Commit 06b617e7 authored by tangwei's avatar tangwei

修改判断条件

parent b2334b2b
...@@ -241,7 +241,10 @@ public class BasicGridAcceptanceServiceImpl extends BaseService<BasicGridAccepta ...@@ -241,7 +241,10 @@ public class BasicGridAcceptanceServiceImpl extends BaseService<BasicGridAccepta
} }
//验收完成 //验收完成
if(workBasicGridAcceptance.getNextTaskId()==null){ System.out.println("验收完成==============================="+workBasicGridAcceptance.getNextTaskId());
System.out.println("验收完成888888==============================="+workBasicGridAcceptance.getAcceptanceStatus());
if(workBasicGridAcceptance.getAcceptanceStatus().equals("10")){
//更新状态 //更新状态
LambdaUpdateWrapper<PeasantHousehold> up =new LambdaUpdateWrapper<>(); LambdaUpdateWrapper<PeasantHousehold> up =new LambdaUpdateWrapper<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment