wms补打功能的查询物料改为模糊查询

master
mengjiao 2 months ago
parent 4152a51a9d
commit 758f9505f9

@ -415,7 +415,7 @@
FROM
wms_ods_mate_storage_news
<where>
<if test="materialCode != null">material_code = #{materialCode}</if>
<if test="materialCode != null"> material_code like concat('%', #{materialCode}, '%')</if>
</where>
</select>

Loading…
Cancel
Save