Commit 2660be01 authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 5520a549
...@@ -135,7 +135,7 @@ public class SingleApplyreviewService implements IApplicationStartedService { ...@@ -135,7 +135,7 @@ public class SingleApplyreviewService implements IApplicationStartedService {
matterApplyDatumService.update(item); matterApplyDatumService.update(item);
} }
} }
boolean apply = false; boolean apply = true;
MatterApplyEntity applyEntity = matterApplyService.get(applyId); MatterApplyEntity applyEntity = matterApplyService.get(applyId);
List<MatterApplyDatumEntity> list = matterApplyDatumService.find(new MatterApplyDatumQuery().applyId(applyEntity.getId())); List<MatterApplyDatumEntity> list = matterApplyDatumService.find(new MatterApplyDatumQuery().applyId(applyEntity.getId()));
for(MatterApplyDatumEntity item:list){ for(MatterApplyDatumEntity item:list){
......
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