| | |
| | | BasCrnp basCrnp = basCrnpService.selectById(slave.getId()); |
| | | basCrnp.setModiTime(new Date()); |
| | | basCrnpService.updateById(basCrnp); |
| | | log.info("更新{}号堆垛机执行任务完成复位时间",slave.getId()); |
| | | // log.info("更新{}号堆垛机执行任务完成复位时间",slave.getId()); |
| | | } |
| | | |
| | | try { |
| | |
| | | </select> |
| | | |
| | | <select id="selectListByMatnr" resultMap="BaseResultMap"> |
| | | select * from asr_loc_detl ald left join asr_loc_mast alm on ald.loc_no = alm.loc_no where alm.loc_sts = 'F' and ald.matnr = #{bucketType} |
| | | select * from asr_loc_detl ald left join asr_loc_mast alm on ald.loc_no = alm.loc_no where alm.loc_sts = 'F' and ald.matnr = #{bucketType} order by alm.bay1,alm.lev1 |
| | | </select> |
| | | |
| | | <select id="getStockOutPageCount" parameterType="java.util.Map" resultType="java.lang.Integer"> |