| | |
| | | </if> |
| | | </select> |
| | | |
| | | <select id="selectItemNoneOfBatch" resultMap="BaseResultMap"> |
| | | select * from man_order_detl |
| | | where 1=1 |
| | | and order_no = #{orderNo} |
| | | and matnr = #{matnr} |
| | | </select> |
| | | |
| | | <select id="selectWorkingDetls" resultMap="BaseResultMap"> |
| | | select * from man_order_detl |
| | | where 1=1 |
| | |
| | | and order_id = #{orderId} |
| | | </update> |
| | | |
| | | <select id="selectRemainder" resultMap="BaseResultMap"> |
| | | select |
| | | * |
| | | from man_order_detl |
| | | where 1=1 |
| | | and anfme > qty |
| | | and order_id = #{orderId} |
| | | </select> |
| | | |
| | | <select id="selectByMatnr" resultMap="BaseResultMap"> |
| | | select |
| | | * |
| | | from man_order_detl |
| | | where 1=1 |
| | | and matnr = #{matnr} |
| | | </select> |
| | | |
| | | </mapper> |