Commit 6c8387aa authored by 廖旭伟's avatar 廖旭伟

bug修改

parent 218b0293
...@@ -185,6 +185,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait ...@@ -185,6 +185,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait
RetainLogEntity retainLogEntity = new RetainLogEntity(); RetainLogEntity retainLogEntity = new RetainLogEntity();
retainLogEntity.initAttrValue(); retainLogEntity.initAttrValue();
BeanUtils.copyProperties(applyLogEntity, retainLogEntity, BeanUtil.getNullPropertyNames(applyLogEntity)); BeanUtils.copyProperties(applyLogEntity, retainLogEntity, BeanUtil.getNullPropertyNames(applyLogEntity));
retainLogEntity.setApplyId(applyLogEntity.getId());
retainLogEntity.setId(null); retainLogEntity.setId(null);
retainLogEntity.setUpdateUserId(null); retainLogEntity.setUpdateUserId(null);
retainLogEntity.setUpdateTime(null); retainLogEntity.setUpdateTime(null);
......
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