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

bug修改

parent 00ea90b8
...@@ -183,6 +183,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait ...@@ -183,6 +183,7 @@ public class PrintWaitQueueServiceImpl extends AbstractCRUDServiceImpl<PrintWait
retainLogDao.update(updateRetainLog); retainLogDao.update(updateRetainLog);
}else { }else {
RetainLogEntity retainLogEntity = new RetainLogEntity(); RetainLogEntity retainLogEntity = new RetainLogEntity();
retainLogEntity.initAttrValue();
BeanUtils.copyProperties(applyLogEntity, retainLogEntity, BeanUtil.getNullPropertyNames(applyLogEntity)); BeanUtils.copyProperties(applyLogEntity, retainLogEntity, BeanUtil.getNullPropertyNames(applyLogEntity));
retainLogEntity.setId(null); retainLogEntity.setId(null);
retainLogEntity.setUpdateUserId(null); retainLogEntity.setUpdateUserId(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