|
@ -381,6 +381,7 @@ public class PdaServiceImpl implements PdaService { |
|
|
vd_table.insert(vd); |
|
|
vd_table.insert(vd); |
|
|
method_param.put("vd", vd); |
|
|
method_param.put("vd", vd); |
|
|
fjSendMaterialTask.createTask(method_param); |
|
|
fjSendMaterialTask.createTask(method_param); |
|
|
|
|
|
break; |
|
|
default: |
|
|
default: |
|
|
throw new BadRequestException("[" + region.label() + "] 不能发起送料任务!"); |
|
|
throw new BadRequestException("[" + region.label() + "] 不能发起送料任务!"); |
|
|
} |
|
|
} |
|
|