加货主是否支持多仓;物料组织模糊查询;
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user