Ver código fonte

预警页面

chenshudong 2 semanas atrás
pai
commit
fa5093f461

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

@@ -121,10 +121,10 @@
121 121
         <if test="groupId != null">and group_id = #{groupId}</if>
122 122
         <if test="userId != null">and person_id = #{userId}</if>
123 123
         <if test="startDate != null">
124
-            and approve_date >= #{startDate}
124
+            and score_date >= #{startDate}
125 125
         </if>
126 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 128
         </if>
129 129
     </select>
130 130