oms与wms修改
This commit is contained in:
+6
-3
@@ -189,6 +189,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="orderSource != null and orderSource != ''">
|
||||
and ORDER_SOURCE = #{orderSource}
|
||||
</if>
|
||||
<if test="inOrderNumber != null and inOrderNumber != ''">
|
||||
and IN_ORDER_NUMBER = #{inOrderNumber}
|
||||
</if>
|
||||
|
||||
<if test="createCompanyId != null and createCompanyId != ''">
|
||||
and CREATE_COMPANY_ID = #{createCompanyId}
|
||||
@@ -656,9 +659,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<!-- <if test="orgName != null and orgName != ''">-->
|
||||
<!-- and ORG_NAME like concat('%', #{orgName}, '%')-->
|
||||
<!-- </if>-->
|
||||
<!-- <if test="organizationId != null ">-->
|
||||
<!-- and ORGANIZATION_ID = #{organizationId}-->
|
||||
<!-- </if>-->
|
||||
<if test="organizationId != null ">
|
||||
and ORGANIZATION_ID = #{organizationId}
|
||||
</if>
|
||||
<!-- <if test="organizationName != null and organizationName != ''">-->
|
||||
<!-- and ORGANIZATION_NAME like concat('%', #{organizationName}, '%')-->
|
||||
<!-- </if>-->
|
||||
|
||||
Reference in New Issue
Block a user