zhijiezhao před 1 rokem
rodič
revize
72ef9b73c1

+ 1 - 1
src/main/resources/mapper/CmBehaciorRecordDao.xml

@@ -139,7 +139,7 @@
         addTime
         FROM cm_behavior_record_today
         <where>
-            <if test="cluId != null">
+            <if test="clubId != null">
                 AND clubId = #{clubId}
             </if>
             <if test="ip != null and ip != ''">