src/main/resources/mapper/WrkMastMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/WrkMastMapper.xml
@@ -166,7 +166,10 @@ <!-- 入出库模式相关 --> <select id="selectWorkingPakin" resultMap="BaseResultMap"> select top 1 * from dbo.asr_wrk_mast where wrk_sts in (2,3,4) and io_type != 11 and source_sta_no = #{sourceStaNo} order by io_time,wrk_no select top 1 * from dbo.asr_wrk_mast where (wrk_sts in (2,3,4) or (wrk_sts=14 and io_type in (103,107))) and io_type != 11 and source_sta_no = #{sourceStaNo} order by io_time,wrk_no </select> <select id="selectWorkingPakout" resultMap="BaseResultMap">