| | |
| | | <if test="brand != null and brand != ''"> |
| | | and brand = #{brand} |
| | | </if> |
| | | <!-- <if test="standby1 != null and standby1 != ''">--> |
| | | <!-- and standby1 = #{standby1}--> |
| | | <!-- </if>--> |
| | | <if test="standby1 != null and standby1 != ''"> |
| | | and standby1 = #{standby1} |
| | | </if> |
| | | <if test="standby2 != null and standby2 != ''"> |
| | | and standby2 = #{standby2} |
| | | </if> |
| | |
| | | </select> |
| | | |
| | | <select id="selectItemByOrderNo" resultMap="BaseResultMap"> |
| | | select * from man_order_detl_pakout |
| | | select top 1 * from man_order_detl_pakout |
| | | where 1=1 |
| | | and order_no = #{orderNo} |
| | | and matnr = #{matnr} |