提交 a868f057 authored 作者: 133's avatar 133

Merge branch 'dev' of /Users/zjm/tykj/zb/device-back with conflicts.

上级 02f56769
...@@ -688,9 +688,7 @@ public class DeviceCheckController { ...@@ -688,9 +688,7 @@ public class DeviceCheckController {
//根据detail userC为省且任务状态是完结状态时 变为无误 否则是等待省审核 //根据detail userC为省且任务状态是完结状态时 变为无误 否则是等待省审核
Integer detailId = task.getBillId(); Integer detailId = task.getBillId();
Integer userCId = detailRepo.findById(detailId).get().getUserCId(); Integer userCId = detailRepo.findById(detailId).get().getUserCId();
if (task.getBillStatus().equals(END.id) && Objects.nonNull(userCId) && userIsProv(userCId)){
if (task.getBillStatus().equals(END.id) && Objects.nonNull(userCId) && userCId !=0 && userIsProv(userCId)){
checkResult = "无误"; checkResult = "无误";
}else { }else {
checkResult = "等待省审核"; checkResult = "等待省审核";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论