Commit c66f89b8 authored by 廖旭伟's avatar 廖旭伟

修改测试bug

parent 9c05b09a
Pipeline #2919 failed with stages
...@@ -172,6 +172,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD ...@@ -172,6 +172,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
if(CollectionUtils.isNotEmpty(entity.getApplyDatumList())){ if(CollectionUtils.isNotEmpty(entity.getApplyDatumList())){
matterApplyDatumService.update(entity.getApplyDatumList()); matterApplyDatumService.update(entity.getApplyDatumList());
} }
this.cacheService.lpush(SINGLE_MATTER_APPLY,entity.getId());
} }
@Override @Override
......
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