wugg 7 月之前
父节点
当前提交
59957bba7d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/command/GoodCatCheck.php

+ 1 - 1
app/command/GoodCatCheck.php

@@ -93,7 +93,7 @@ class GoodCatCheck extends Command
             ['ConsultOrder.companyNo',"=",$companyNo],
             ["ConsultOrder.is_del","=",0],
             ["tax_status","=",0],
-            ["ConsultBids.is_del","=",0],
+            ["consult_bids.is_del","=",0],
             ])
         ->count();
     }