mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
feat(多数据源脚本): 达梦、SQL server、postgres
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
|
||||
<select id="selectOfflineSipDevice" parameterType="Integer" resultMap="SipDeviceResult">
|
||||
<include refid="selectSipDeviceVo"/>
|
||||
where NOW() > DATE_ADD(lastconnecttime, INTERVAL #{timeout} SECOND )
|
||||
${checkTimeCondition}
|
||||
</select>
|
||||
|
||||
<select id="selectSipDeviceBySipId" parameterType="String" resultMap="SipDeviceResult">
|
||||
|
||||
Reference in New Issue
Block a user