修复上料问题

mes-uat-changshu0609^2
jason 3 weeks ago
parent 9dcc1c9346
commit 499158e9d4

@ -291,7 +291,7 @@ public class MesContainerSnStationServiceImpl implements IMesContainerSnStationS
@Override
public void checkStation(String organizeCode, String station) {
if (!mesContainerSnStationRepository.isExitByProperty(new String[]{MesConstWords.ORGANIZE_CODE, MesConstWords.IS_VALID, MesConstWords.IS_DELETED, "station"},
if (!mesStationRDao.isExitByProperty(new String[]{MesConstWords.ORGANIZE_CODE, MesConstWords.IS_VALID, MesConstWords.IS_DELETED, "station"},
new Object[]{organizeCode, CommonEnumUtil.IS_VAILD.VAILD.getValue(), CommonEnumUtil.TRUE_OR_FALSE.FALSE.getValue(), station})) {
throw ImppExceptionBuilder.newInstance()
.setSystemID(CommonEnumUtil.SOFT_TYPE.MES_PCN.getCode())

Loading…
Cancel
Save