@ -92,6 +92,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<iftest="applyTitle != null and applyTitle != ''"> and erp.apply_title = #{applyTitle}</if>
<iftest="applyUser != null and applyUser != ''"> and erp.apply_user = #{applyUser}</if>
<iftest="applyTime != null "> and erp.apply_time = #{applyTime}</if>
<iftest="keyword != null and keyword != ''"> and (erp.material_no like concat('%',#{keyword},'%') or erp.material_name like concat('%',#{keyword},'%'))</if>