Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-08 18:07:13 +08:00
@@ -1909,7 +1909,15 @@ public class TodoTaskController extends BaseAction {
return "0";
}
}else {
return "0";
QueryWrapper<BusProcessName> queryWrapper2 = new QueryWrapper<>();
queryWrapper2.eq("PRC_ID", pId);
queryWrapper2.isNotNull("OVER_TIME");
BusProcessName one = iBusProcessNameService.getOne(queryWrapper2);
if (null!=one){
return "1";
}else {
return "0";
}
}
} else {
return "1";