|
|
@ -187,9 +187,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<include refid="selectErpMaterialVo"/> |
|
|
|
<where> |
|
|
|
<if test="materialNo != null and materialNo != ''"> and material_no like concat(#{materialNo}, '%')</if> |
|
|
|
<if test="materialName != null and materialName != ''"> and material_name like concat(#{materialName}, '%')</if> |
|
|
|
<if test="auditStatus != null and auditStatus != ''"> and audit_status = #{auditStatus}</if> |
|
|
|
<if test="useStatus != null and useStatus != ''"> and use_status = #{useStatus}</if> |
|
|
|
</where> |
|
|
|
order by create_time desc |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|