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

修改测试bug

parent 13097b4f
...@@ -174,7 +174,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD ...@@ -174,7 +174,7 @@ public class MatterApplyServiceImpl extends AbstractCRUDServiceImpl<MatterApplyD
item.setSingleMatterId(entity.getSingleMatterId()); item.setSingleMatterId(entity.getSingleMatterId());
item.setMatterId(entity.getMatterId()); item.setMatterId(entity.getMatterId());
item.setApplyId(entity.getId()); item.setApplyId(entity.getId());
item.setCreateTime(entity.getCreateTime()); item.setCreateTime(new Date());
item.setCreateUserId(entity.getCreateUserId()); item.setCreateUserId(entity.getCreateUserId());
} }
matterApplyDatumService.save(entity.getApplyDatumList()); matterApplyDatumService.save(entity.getApplyDatumList());
......
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