<iftest="developOrderCode != null and developOrderCode != ''"> and develop_order_code = #{developOrderCode}</if>
<iftest="materialNo != null and materialNo != ''"> and material_no = #{materialNo}</if>
<iftest="developOrderCode != null and developOrderCode != ''"> and develop_order_code like concat('%', #{developOrderCode}, '%')</if>
<iftest="makeNo != null and makeNo != ''"> and make_no like concat('%', #{makeNo}, '%')</if>
<iftest="materialNo != null and materialNo != ''"> and material_no like concat('%', #{materialNo}, '%')</if>
<iftest="userName != null and userName != ''"> and user_name = #{userName}</if>
<iftest="auditStatus != null and auditStatus != ''"> and audit_status = #{auditStatus}</if>
<iftest="finshStatus != null and finshStatus != ''"> and finsh_status = #{finshStatus}</if>
<iftest="materialName != null and materialName != ''"> and material_name like concat('%', #{materialName}, '%')</if>
<iftest="userId != null "> and user_id = #{userId}</if>
<iftest="createTime != null "> and create_time = #{createTime}</if>
<iftest="params.beginCreateTime != null and params.beginCreateTime != '' and params.endCreateTime != null and params.endCreateTime != ''"> and create_time between #{params.beginCreateTime} and #{params.endCreateTime}</if>