物料查询历史数据;
This commit is contained in:
@@ -109,7 +109,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
and a.organization_id like concat('%', #{organizationId}, '%')
|
||||
</if>
|
||||
<if test="orgId != null and orgId != '' ">
|
||||
and a.org_id like concat('%', #{orgId}, '%')
|
||||
and (a.org_id like concat('%', #{orgId}, '%') or a.organization_id like concat('%', #{orgId}, '%'))
|
||||
</if>
|
||||
<if test="materialBaseInfoId != null and materialBaseInfoId != ''">
|
||||
and a.material_base_info_id = #{materialBaseInfoId}
|
||||
|
||||
Reference in New Issue
Block a user