| | |
| | | } |
| | | BasDevp staNo = basDevpService.selectById(staDesc.getCrnStn()); |
| | | int inQty = staNo.getInQty()==null?0:staNo.getInQty(); |
| | | if (staNo.getInEnable().equals("Y") && staNo.getAutoing().equals("Y") && inQty<2) { |
| | | if (staNo.getAutoing().equals("Y") && inQty<2) { |
| | | // 查找库位 |
| | | if (locMast == null) { |
| | | locMast = locMastService.queryFreeLocMast(curRow); |
| | |
| | | # password: xltys1995 |
| | | # sql-server |
| | | driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=gdasrs |
| | | url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsasrs |
| | | username: sa |
| | | password: sa@123 |
| | | mvc: |
| | |
| | | left join asr_sta_desc asd on abd.dev_no = asd.stn_no |
| | | where 1=1 |
| | | and asd.type_no = #{typeNo} |
| | | and abd.in_enable = 'Y' |
| | | -- and abd.in_enable = 'Y' |
| | | group by abd.dev_no |
| | | </select> |
| | | |
| | |
| | | left join asr_sta_desc asd on abd.dev_no = asd.stn_no |
| | | where 1=1 |
| | | and asd.type_no = #{typeNo} |
| | | and abd.out_enable = 'Y' |
| | | -- and abd.out_enable = 'Y' |
| | | group by abd.dev_no |
| | | </select> |
| | | |