| | |
| | | <if test="batch != null and batch != ''"> |
| | | and a.batch = #{batch} |
| | | </if> |
| | | <if test="outOrderNo != null and outOrderNo != ''"> |
| | | and a.out_order_no = #{outOrderNo} |
| | | </if> |
| | | <if test="temp2 != null and temp2 != ''"> |
| | | and a.temp2 = #{temp2} |
| | | </if> |
| | | <if test="proType != null and proType != ''"> |
| | | and a.pro_type = #{proType} |
| | | </if> |
| | | <if test="model != null and model != ''"> |
| | | and a.model = #{model} |
| | | </if> |
| | | <if test="luHao != null and luHao != ''"> |
| | | and a.lu_hao = #{luHao} |
| | | </if> |
| | | |
| | | <!-- <choose>--> |
| | | <!-- <when test="batch != null and batch != ''">--> |
| | | <!-- and batch = #{batch}--> |