Преглед на файлове

更新了消息通知的根据条件搜索

LiRong преди 2 месеца
родител
ревизия
20c9743a5c
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      ruoyi-equity/src/main/resources/mapper/equity/EquityMessageRecordMapper.xml

+ 0 - 5
ruoyi-equity/src/main/resources/mapper/equity/EquityMessageRecordMapper.xml

@@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             select * from e_equity_message_record
             where user_id = #{userId} and del_flag = '0'
         <if test="emr.msgType != null  and emr.msgType != ''"> and msg_type = #{emr.msgType}</if>
-       <!-- <if test="emr.msgTime != null "> and msg_time = #{emr.msgTime}</if>-->
 
         <if test="emr.selectDate != null and emr.selectDate != ''">
             and msg_time &gt;= DATE(#{emr.selectDate})
@@ -43,10 +42,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             and msg_time &lt; DATE(DATE_ADD(#{emr.selectDate}, INTERVAL 1 DAY))
         </if>
 
-        <!--<if test="emr.msgTime != null and emr.msgTime != ''">
-            and DATE(msg_time) &lt;= DATE(#{emr.selectDate})
-        </if>-->
-
         <if test="emr.isRead != null  and emr.isRead != ''">
             and is_read =
             <choose>