执行单添加业务单元
This commit is contained in:
@@ -72,6 +72,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="goodsNumber != null and goodsNumber != ''">
|
||||
and GOODS_NUMBER like concat('%', #{goodsNumber}, '%')
|
||||
</if>
|
||||
<if test="businessUnit != null and businessUnit != ''">
|
||||
and BUSINESS_UNIT like concat('%', #{businessUnit}, '%')
|
||||
</if>
|
||||
<if test="orgName != null and orgName != ''">
|
||||
and ORG_NAME like concat('%', #{orgName}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user