瀏覽代碼

fix:
1.bugfix

caozixuan 1 年之前
父節點
當前提交
eab35dfaed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sop-business/src/main/resources/mapper/TBCrmMapper.xml

+ 1 - 1
sop-business/src/main/resources/mapper/TBCrmMapper.xml

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