|
|
@ -75,7 +75,7 @@
|
|
|
|
<if test="materialName != null and materialName != ''">and qct.material_name like concat('%',#{materialName}, '%')</if>
|
|
|
|
<if test="materialName != null and materialName != ''">and qct.material_name like concat('%',#{materialName}, '%')</if>
|
|
|
|
<if test="supplierCode != null and supplierCode != ''">and qct.supplier_code = #{supplierCode}</if>
|
|
|
|
<if test="supplierCode != null and supplierCode != ''">and qct.supplier_code = #{supplierCode}</if>
|
|
|
|
<if test="supplierName != null and supplierName != ''">and qct.supplier_name like concat('%',#{supplierName}, '%')</if>
|
|
|
|
<if test="supplierName != null and supplierName != ''">and qct.supplier_name like concat('%',#{supplierName}, '%')</if>
|
|
|
|
<if test="checkLoc != null and checkLoc != ''">and qct.check_loc = #{checkLoc}</if>
|
|
|
|
<if test="checkLoc != null and checkLoc != ''">and qct.check_loc like concat('%', #{checkLoc}, '%')</if>
|
|
|
|
<if test="checkStatus != null and checkStatus != ''">and qct.check_status = #{checkStatus}</if>
|
|
|
|
<if test="checkStatus != null and checkStatus != ''">and qct.check_status = #{checkStatus}</if>
|
|
|
|
<if test="checkManCode != null and checkManCode != ''">and qct.check_man_code = #{checkManCode}</if>
|
|
|
|
<if test="checkManCode != null and checkManCode != ''">and qct.check_man_code = #{checkManCode}</if>
|
|
|
|
<if test="checkManName != null and checkManName != ''">and qct.check_man_name like concat('%',#{checkManName}, '%')</if>
|
|
|
|
<if test="checkManName != null and checkManName != ''">and qct.check_man_name like concat('%',#{checkManName}, '%')</if>
|
|
|
|