服务指令-退货流程开始时间字段指定错误
This commit is contained in:
parent
4b9137f67c
commit
3f394d029a
|
|
@ -108,7 +108,7 @@ public class ThOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMapper, Invo
|
||||||
nextEntity.setDelFlag("0");
|
nextEntity.setDelFlag("0");
|
||||||
nextEntity.setInitiatorId(initiatorId);
|
nextEntity.setInitiatorId(initiatorId);
|
||||||
nextEntity.setInitiatorName(initiatorName);
|
nextEntity.setInitiatorName(initiatorName);
|
||||||
nextEntity.setBeginTime(c.getTime());
|
nextEntity.setStartTime(c.getTime());
|
||||||
c.add(Calendar.MINUTE,Integer.valueOf(flowSub.getServiceDuration()));
|
c.add(Calendar.MINUTE,Integer.valueOf(flowSub.getServiceDuration()));
|
||||||
nextEntity.setEndTime(c.getTime());
|
nextEntity.setEndTime(c.getTime());
|
||||||
nextEntity.setEmployeeId(employeeId);
|
nextEntity.setEmployeeId(employeeId);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue