rev:测试修改

This commit is contained in:
2026-01-20 14:09:13 +08:00
parent 19b5277340
commit 561d9b61a3

View File

@@ -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);