src/main/resources/mapper/asrs/WrkDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/asrs/WrkDetlMapper.xml
@@ -88,9 +88,9 @@ </update> <select id="selectAndLogByOrderNo" resultMap="BaseResultMap"> select * from asr_wrk_detl where order_no = #{orderNo} select * from asr_wrk_detl where order_no = #{orderNo} and io_type != 53 union select * from asr_wrk_detl_log where order_no = #{orderNo} select * from asr_wrk_detl_log where order_no = #{orderNo} and io_type != 53 </select> <update id="updateInspect">