wugg 2 years ago
parent
commit
fa1efcf065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Resign.php

+ 1 - 1
app/admin/controller/Resign.php

@@ -134,7 +134,7 @@ class Resign extends BaseController
         if($mark==""){
             return error_show(1004,"参数remark不能为空");
         }
-        $good =Db::name("good_basic")->where([["spuCode","=",$good_code],["a.is_del","=",0]])->find();
+        $good =Db::name("good_basic")->where([["spuCode","=",$good_code],["is_del","=",0]])->find();
         if($good==false){
             return error_show(1004,"未找到商品数据");
         }