作者 lihan
1 个管道 的构建 通过 耗费 0 秒

修改bug阶段

... ... @@ -88,7 +88,7 @@ class ZjGoodsController extends AdminBaseController
public function state(){
if ($this->request->isAjax()){
$param=input('param.');
if (empty($param['is_shove'])){
if (!empty($param['is_shove'])){
if ($param['is_shove']==2){
$num=Db::name('zj_goods')->where(['delete_time'=>0,'is_shove'=>2])->count();
if ($num>=6){
... ...