rev:测试修改
This commit is contained in:
@@ -186,6 +186,7 @@ public class PdaCommonServiceImpl implements PdaCommonService {
|
|||||||
@Transactional
|
@Transactional
|
||||||
public PdaResponse confirmPalletAssembly(AssemblyPalletParam param) {
|
public PdaResponse confirmPalletAssembly(AssemblyPalletParam param) {
|
||||||
// 判断此载具状态
|
// 判断此载具状态
|
||||||
|
|
||||||
JSONObject jsonObject = new JSONObject();
|
JSONObject jsonObject = new JSONObject();
|
||||||
jsonObject.put("vehicle_code", param.getVehicle_code());
|
jsonObject.put("vehicle_code", param.getVehicle_code());
|
||||||
groupplateService.checkVehicle(jsonObject);
|
groupplateService.checkVehicle(jsonObject);
|
||||||
|
|||||||
Reference in New Issue
Block a user