|
@@ -323,7 +323,7 @@ class Good extends \app\BaseController
|
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
|
*/
|
|
|
public function Stat(){
|
|
|
- $condition =[["is_del"=>0]];
|
|
|
+ $condition =[["is_del","=",0]];
|
|
|
$wsm_code = isset($this->post['wsm_code']) &&$this->post['wsm_code'] !=="" ? trim($this->post['wsm_code']):"";
|
|
|
if($wsm_code!=""){
|
|
|
//$condition["wsm_code"] = $wsm_code;
|