|
@@ -48,8 +48,6 @@ class Good extends BaseController
|
|
|
if(empty($goodArr)) return json_show(1005,"未找到商品有效数据");
|
|
|
$actCode= $post['actCode']!=''? trim($post['actCode']):"";
|
|
|
if($actCode=='') return json_show(1004,"参数错误 actCode 不能为空");
|
|
|
-// $roundId= $post['roundId']!=''? trim($post['roundId']):"";
|
|
|
-// if($roundId=='') return json_show(1004,"参数错误 roundId 不能为空");
|
|
|
$act =new Act();
|
|
|
$isActExit=$act->where(['actCode'=>$actCode,"is_del"=>0])->find();
|
|
|
if($isActExit==false) return json_show(1005,"未找到活动有效数据");
|