加货主是否支持多仓;物料组织模糊查询;

This commit is contained in:
王奎兴
2026-06-24 09:57:20 +08:00
parent 89c3f398b8
commit e966726a0c
2 changed files with 2 additions and 1 deletions
@@ -105,7 +105,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<sql id="selectMaterialBaseInfoPo1">
<where>
<if test="organizationId != null ">
and a.organization_id = #{organizationId}
and a.organization_id like concat('%', #{organizationId}, '%')
</if>
<if test="materialBaseInfoId != null and materialBaseInfoId != ''">
and a.material_base_info_id = #{materialBaseInfoId}