Browse Source

0324.4

master
zhangye 5 years ago
parent
commit
2ae1f765e7
  1. 4
      health/src/main/resources/application.yml
  2. 1
      health/src/main/resources/mapper_dao/HealthRecordDao.xml

4
health/src/main/resources/application.yml

@ -1,4 +1,4 @@
spring:
profiles:
active: test
include: common, util-test
active: common
include: common, util-common

1
health/src/main/resources/mapper_dao/HealthRecordDao.xml

@ -84,6 +84,7 @@
and
h.time >= #{startTime}
ORDER By h.time DESC
limit 1
</select>
<select id="getNotUpload" parameterType="java.util.Map" resultMap="resultMap_notUpload">

Loading…
Cancel
Save