forked from integrated_whb/integrated_whb
手机首页统计待验收条件修改
parent
34d95fcf18
commit
c5c765bee3
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue