Compare commits
2 Commits
d4f20f7a67
...
dev_zc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
056671d690 | ||
|
|
52c092cde7 |
@@ -6,8 +6,8 @@ spring:
|
|||||||
name: mica-mqtt-server
|
name: mica-mqtt-server
|
||||||
# 环境 dev|test|prod
|
# 环境 dev|test|prod
|
||||||
profiles:
|
profiles:
|
||||||
active: dev
|
# active: dev
|
||||||
# active: prod
|
active: prod
|
||||||
messages:
|
messages:
|
||||||
encoding: UTF-8
|
encoding: UTF-8
|
||||||
basename: i18n/messages
|
basename: i18n/messages
|
||||||
|
|||||||
@@ -71,6 +71,7 @@
|
|||||||
<if test="sn != null "> and se.sequence = #{sn}</if>
|
<if test="sn != null "> and se.sequence = #{sn}</if>
|
||||||
<if test="delFlag != null "> and ci.del_flag = #{delFlag}</if>
|
<if test="delFlag != null "> and ci.del_flag = #{delFlag}</if>
|
||||||
<if test="sync != null "> and cpr.sync = #{sync}</if>
|
<if test="sync != null "> and cpr.sync = #{sync}</if>
|
||||||
|
and se.flag = 0
|
||||||
limit 10
|
limit 10
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user