发运RFID

uat-temp-wj-shenshanorder
王杰 2 months ago
parent 228aa76db7
commit 4cbaf37b13

@ -45,7 +45,7 @@ public class MesShippingQueueService implements IMesShippingQueueService {
public MesCimSeresJisRfid getCimSeresJisRfid(String organizeCode, String vin) {
if (StringUtils.isEmpty(organizeCode) || StringUtils.isEmpty(vin)) return null;
return cimSeresJisRfidRepository.getByProperty(
new String[]{MesPcnExtConstWords.ORGANIZE_CODE, MesPcnExtConstWords.IS_DELETED, MesPcnExtConstWords.IS_VALID, MesPcnExtConstWords.VIN_CODE, MesPcnExtConstWords.STATUS},
new String[]{MesPcnExtConstWords.ORGANIZE_CODE, MesPcnExtConstWords.IS_DELETED, MesPcnExtConstWords.IS_VALID, MesPcnExtConstWords.VIN, MesPcnExtConstWords.STATUS},
new Object[]{organizeCode, CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue(), CommonEnumUtil.IS_VAILD.VAILD.getValue(), vin, CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()});
}
}

@ -834,6 +834,8 @@ public class MesPcnExtConstWords {
// 车型名称
public static final String CAR_MODEL_NAME = "carModelName";
// VIN
public static final String VIN = "vin";
// VIN_CODE
public static final String VIN_CODE = "vinCode";
// VIN_CODE 后四位

Loading…
Cancel
Save