| | |
| | | if (Utils.isShallowLoc(slaveProperties, curRow)) { |
| | | Integer deepRow = Utils.getDeepRow(slaveProperties, curRow); |
| | | locMast = locMastService.queryFreeLocMast(deepRow, locTypeDto.getLocType1()); |
| | | // todo:luxiaotao 如果用浅排找到的深库位,那么则需要判断这个深库位对应的浅库位是否有货(F、X、D) |
| | | // 因库位移转、需预留空库位 |
| | | if (!locMastService.checkEmptyCount(locMast)) { |
| | | locMast = null; |
| | |
| | | enabled: false |
| | | datasource: |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://localhost:1433;databasename=jkasrs |
| | | # url: jdbc:sqlserver://10.10.0.200:1433;databasename=jkasrs |
| | | # url: jdbc:sqlserver://localhost:1433;databasename=jkasrs |
| | | url: jdbc:sqlserver://10.10.0.201:1433;databasename=jkasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |