Browse Source

渠道号。。。修改bug

zhaoxian 3 năm trước cách đây
mục cha
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">
             <if test="state != null">
                 AND state = #{state}
                 AND state = #{state}
             </if>
             </if>
-            <if test="user_id != null">
+            <if test="userId != null">
                 AND user_id = #{userId}
                 AND user_id = #{userId}
             </if>
             </if>
         </where>
         </where>