Explorar el Código

渠道号。。。修改bug

zhaoxian hace 3 años
padre
commit
a31c304d35

+ 1 - 1
jeecg-boot-module-system/src/main/java/cn/com/ctop/kuaishou/modules/channel/mapper/xml/KuaishouChannelItemsMapper.xml

@@ -52,7 +52,7 @@
             <if test="state != null">
                 AND state = #{state}
             </if>
-            <if test="user_id != null">
+            <if test="userId != null">
                 AND user_id = #{userId}
             </if>
         </where>