Update PdaServiceImpl.java

This commit is contained in:
张江玮
2023-09-25 18:01:11 +08:00
parent b445f8ae3e
commit 9f7c53f083

View File

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