提交部署

This commit is contained in:
磷叶 2024-11-21 11:29:34 +08:00
parent 0dc12973ad
commit 5f4c002265

View File

@ -67,7 +67,16 @@
<if test="query.erpMaterialId != null and query.erpMaterialId != ''"> and bpo.erp_material_id = #{query.erpMaterialId}</if>
<if test="query.erpBaseUnitId != null and query.erpBaseUnitId != ''"> and erp_base_unit_id = #{query.erpBaseUnitId}</if>
<if test="query.materialCategory != null and query.materialCategory != ''">
and bm.
and bm.category = #{query.materialCategory}
</if>
<if test="query.materialSize != null and query.materialSize != ''">
and bm.size = #{query.materialSize}
</if>
<if test="query.materialSurface != null and query.materialSurface != ''">
and bm.surface = #{query.materialSurface}
</if>
<if test="query.materialCover != null and query.materialCover != ''">
and bm.cover = #{query.materialCover}
</if>
<if test="query.erpStatusList != null and query.erpStatusList.size() > 0">
and bpo.erp_status in