src/main/java/com/zy/common/service/CommonService.java
@@ -123,7 +123,7 @@ @Transactional public StartupDto getLocNo(Integer whsType, Integer staDescId, Integer sourceStaNo, String matnr, String batch, String grade, LocTypeDto locTypeDto) { whsType = Utils.GetWhsType(sourceStaNo); return getLocNo(whsType,staDescId,sourceStaNo,matnr,batch,grade,0,locTypeDto,0); return getLocNo(whsType, staDescId,sourceStaNo,matnr,batch,grade,0,locTypeDto,0); } /**