Merge branch 'master' of http://121.40.234.130:8899/root/stand_lms
This commit is contained in:
@@ -105,12 +105,13 @@ public class HNMLTask extends AbstractTask {
|
||||
groupEntity.setVehicle_type(taskObj.getVehicle_type());
|
||||
groupEntity.setPoint_code(endPoint);
|
||||
groupEntity.setPoint_name(endPointObj.getPoint_name());
|
||||
groupEntity.setPcsn(IdUtil.simpleUUID());
|
||||
groupEntity.setPcsn( DateUtil.format(DateUtil.date(), "yyyyMMdd"));
|
||||
groupEntity.setInstorage_time(DateUtil.now());
|
||||
groupEntity.setTask_code(taskObj.getTask_code());
|
||||
groupEntity.setGroup_status(GroupStatusEnum.IN_STORAGE.getType()); // 暂时不维护。
|
||||
groupEntity.setIs_delete(false);
|
||||
vehiclematerialgroupService.create(groupEntity);
|
||||
|
||||
// 终点去除正在执行的任务, 设置载具编码、载具类型、载具数量
|
||||
if (ObjectUtil.isNotEmpty(endPointObj)) {
|
||||
endPointObj.setIng_task_code("");
|
||||
|
||||
Reference in New Issue
Block a user