Commit 0f3d8edc authored by chenzhao's avatar chenzhao

Merge branch 'dev0124' of http://36.40.66.175:5000/moa/amos-boot-biz into dev0124

parents acff39ee 06b617e7
......@@ -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<>();
......
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