服务指令-退货流程开始时间字段指定错误

This commit is contained in:
曹磊 2025-12-16 13:59:55 +08:00
parent 4b9137f67c
commit 3f394d029a
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class ThOrdersServiceImpl extends ServiceImpl<InvoicingOrdersMapper, Invo
nextEntity.setDelFlag("0");
nextEntity.setInitiatorId(initiatorId);
nextEntity.setInitiatorName(initiatorName);
nextEntity.setBeginTime(c.getTime());
nextEntity.setStartTime(c.getTime());
c.add(Calendar.MINUTE,Integer.valueOf(flowSub.getServiceDuration()));
nextEntity.setEndTime(c.getTime());
nextEntity.setEmployeeId(employeeId);