瀏覽代碼

预警页面

chenshudong 2 周之前
父節點
當前提交
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 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