Merge remote-tracking branch 'origin/master'

master
zhaoxiaolin 4 months ago
commit 8d7c9c10ee

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

Loading…
Cancel
Save