修改单据insert和update的代码,解决大数据量无法写入的bug,另外增加消息提醒的定时刷新
This commit is contained in:
@@ -57,4 +57,15 @@
|
||||
and msg_title = '${msgTitle}'
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="getMsgCountByStatus" resultType="java.lang.Long">
|
||||
SELECT
|
||||
COUNT(id)
|
||||
FROM jsh_msg
|
||||
WHERE 1=1
|
||||
and ifnull(delete_Flag,'0') !='1'
|
||||
<if test="status != null">
|
||||
and status = '${status}'
|
||||
</if>
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user