src/main/resources/mapper/WrkDetlMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/WrkDetlMapper.xml
@@ -36,7 +36,7 @@ </resultMap> <select id="findByWorkNo" resultMap="BaseResultMap"> select wrk_no, matnr, maktx, anfme ,specs,order_no,out_order_no,weight,length,pro_type,supp,supp_code,temp1 from asr_wrk_detl where 1=1 and wrk_no = #{workNo} select wrk_no, matnr, maktx, anfme ,specs,order_no,out_order_no,weight,length,pro_type,supp,supp_code,temp1,temp2 from asr_wrk_detl where 1=1 and wrk_no = #{workNo} </select> <update id="updateIoTime">