|
|
@ -45,7 +45,7 @@ public class MesShippingQueueService implements IMesShippingQueueService {
|
|
|
|
public MesCimSeresJisRfid getCimSeresJisRfid(String organizeCode, String vin) {
|
|
|
|
public MesCimSeresJisRfid getCimSeresJisRfid(String organizeCode, String vin) {
|
|
|
|
if (StringUtils.isEmpty(organizeCode) || StringUtils.isEmpty(vin)) return null;
|
|
|
|
if (StringUtils.isEmpty(organizeCode) || StringUtils.isEmpty(vin)) return null;
|
|
|
|
return cimSeresJisRfidRepository.getByProperty(
|
|
|
|
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()});
|
|
|
|
new Object[]{organizeCode, CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue(), CommonEnumUtil.IS_VAILD.VAILD.getValue(), vin, CommonEnumUtil.TRUE_OR_FALSE.TRUE.getValue()});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|