Commit f47a09fb by 高晓磊

派单 修改 修改人 的获取方式

parent a78108ed
......@@ -80,7 +80,7 @@ public class VehicleDispatchDaoImpl extends AbstractBaseDao implements VehicleDi
kobject.set(BaseConstants.CREATE_TIME, id.getDate(BaseConstants.CREATE_TIME));
KObject staff = AminoContextHolder.getContext().getStaff();
kobject.set(BaseConstants.MODIFY_TIME, new Date());
kobject.set(BaseConstants.MODIFIER, staff.getUuid(BaseConstants.ID));
kobject.set(BaseConstants.MODIFIER, staff);
kobject.set(BaseConstants.DEL, false);
kobject.set(BaseConstants.DISCARD, false);
template.merge(kobject);
......
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