@ -32,6 +32,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<iftest="taskCode != null and taskCode != ''"> and task_code like concat(concat('%', #{taskCode}), '%')</if>
<iftest="params.beginPilerCode != null and params.beginPilerCode != '' and params.endPilerCode != null and params.endPilerCode != ''"> and piler_code between #{params.beginPilerCode} and #{params.endPilerCode}</if>
<iftest="materialCode != null and materialCode != ''"> and material_code like concat(concat('%', #{materialCode}), '%')</if>
<iftest="materialType != null and materialType != ''"> and material_type = #{materialType}</if>
<iftest="operationType != null"> and operation_type = #{operationType}</if>
<iftest="instoreStatus != null"> and instore_status = #{instoreStatus}</if>