|
@@ -143,7 +143,7 @@
|
|
AND tbc.enable
|
|
AND tbc.enable
|
|
AND tbc.service_id IS NULL
|
|
AND tbc.service_id IS NULL
|
|
<if test="crmUserId != null">
|
|
<if test="crmUserId != null">
|
|
- AND tbc.custom_id = #{crmUserId}
|
|
|
|
|
|
+ AND tbc.crm_user_id = #{crmUserId}
|
|
</if>
|
|
</if>
|
|
<if test="productType != null">
|
|
<if test="productType != null">
|
|
AND sc.type = #{productType}
|
|
AND sc.type = #{productType}
|