手机首页统计待验收条件修改

pull/4/head
wangpeng 2024-02-22 10:06:21 +08:00
parent 34d95fcf18
commit c5c765bee3
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ public class AppHiddenController extends BaseController {
continue;
}
// if (che.get("STATE").equals("2")) { //原来是3但是手机端待验收数据与列表数据不对。调整为2
if (che.get("STATE").equals("3") && pd.getString("USER_ID").equals(che.get("CHECKOR"))) {
//待验收 清单排查是3安全环保检查是2
if ((che.get("STATE").equals("2") || che.get("STATE").equals("3")) && pd.getString("USER_ID").equals(che.get("CHECKOR"))) {
dys++;
}
}