zhijiezhao 1 anno fa
parent
commit
72ef9b73c1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/resources/mapper/CmBehaciorRecordDao.xml

+ 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 != ''">