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