|
@@ -88,7 +88,7 @@ class VerifyApi {
|
|
|
$process = $request->param("process");
|
|
|
switch ($process) {
|
|
|
case 1:
|
|
|
- $where[] = ["ti.checkState", "=", 3];
|
|
|
+ $where[] = ["ti.checkState", "=", 2];
|
|
|
break;
|
|
|
case 2:
|
|
|
$where[] = ["ti.checkState", "=", 6];
|
|
@@ -97,7 +97,7 @@ class VerifyApi {
|
|
|
$where[] = ["ti.checkState", "=", 7];
|
|
|
break;
|
|
|
case 4:
|
|
|
- $where[] = ["ti.checkState", "=", 6];
|
|
|
+ $where[] = ["ti.checkState", "=", 9];
|
|
|
break;
|
|
|
}
|
|
|
$enterprise_tag_kvs = DictApi::selectByParentCode("enterprise_tag");
|