10
二〇三九年腊月廿八 (壬戌)狗 煞南
今日胎神:房床栖 外正南
喜神:东南 福神:东北 财神:正北
| #1139 | |
| #1140 | $old_cate = $this->category->get($old_cid); |
| #1141 | $new_cate = $this->category->get($cid); |
| #1142 | if(empty($old_cate) || empty($new_cate)){ |
| #1143 | return lang('data_error'); |
| #1144 | } |
| #1145 | |
| #1146 | $old_mid = $old_cate['mid']; |
| #1147 | $mid = $new_cate['mid']; |
| #1148 | if($old_mid != $mid || $mid < 2){ |