chenshudong недель назад: 2
Родитель
Сommit
fa5093f461
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      airport-ledger/src/main/resources/mapper/ledger/LedgerWarningMapper.xml

+ 2 - 2
airport-ledger/src/main/resources/mapper/ledger/LedgerWarningMapper.xml

@@ -121,10 +121,10 @@
121
         <if test="groupId != null">and group_id = #{groupId}</if>
121
         <if test="groupId != null">and group_id = #{groupId}</if>
122
         <if test="userId != null">and person_id = #{userId}</if>
122
         <if test="userId != null">and person_id = #{userId}</if>
123
         <if test="startDate != null">
123
         <if test="startDate != null">
124
-            and approve_date >= #{startDate}
124
+            and score_date >= #{startDate}
125
         </if>
125
         </if>
126
         <if test="endDate != null">
126
         <if test="endDate != null">
127
-            and approve_date <![CDATA[ < ]]> date_add(#{endDate} , interval 1 day)
127
+            and score_date <![CDATA[ < ]]> date_add(#{endDate} , interval 1 day)
128
         </if>
128
         </if>
129
     </select>
129
     </select>
130
 
130