|
|
@@ -1870,6 +1870,9 @@
|
|
|
<if test="customerId != null and customerId != ''">
|
|
|
AND old_customer_id = #{customerId}
|
|
|
</if>
|
|
|
+ <if test="createSysUserId != null and createSysUserId != ''">
|
|
|
+ AND too.create_sys_user_id = #{createSysUserId}
|
|
|
+ </if>
|
|
|
<if test="businessName != null and businessName != ''">
|
|
|
AND (
|
|
|
SELECT
|
|
|
@@ -1930,6 +1933,9 @@
|
|
|
<if test="customerId != null and customerId != ''">
|
|
|
AND o.old_customer_id = #{customerId}
|
|
|
</if>
|
|
|
+ <if test="createSysUserId != null and createSysUserId != ''">
|
|
|
+ AND 1=0
|
|
|
+ </if>
|
|
|
<if test="businessName != null and businessName != ''">
|
|
|
AND (
|
|
|
SELECT
|