This commit is contained in:
xiaoyu
2025-02-21 09:53:55 +08:00
parent 7a2f083199
commit 5d914c94a9
+1 -1
View File
@@ -102,7 +102,7 @@ class CluesCfrom extends HD_Controller
}
$re = $this->mdCluesCfrom->get(array('type' => 1, 'pid' => 0, "status" => 1));
if ($re && $params['type'] == 0) {
if ($re && $params['type'] == 1) {
return $this->show_json(SYS_CODE_FAIL, '门店分类最多存在一个!');
}