update 截止时间之前提示
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
and sa.del_flag = '0'
|
||||
and sas.user_id = #{announcementSendModel.userId}
|
||||
<if test="announcementSendModel.deadline != null">
|
||||
and sa.deadline <= #{announcementSendModel.deadline}
|
||||
and sa.deadline >= #{announcementSendModel.deadline}
|
||||
</if>
|
||||
<if test="announcementSendModel.titile !=null and announcementSendModel.titile != ''">
|
||||
and sa.titile = #{announcementSendModel.titile}
|
||||
|
||||
Reference in New Issue
Block a user