提交 da37a044 编写于 作者: rushui.chen's avatar rushui.chen

20191126 完善数据脚本

上级 12c8c5e7
流水线 #17699 已失败 于阶段
in 0 second
...@@ -122,6 +122,7 @@ public class AccountServiceImpl implements AccountService { ...@@ -122,6 +122,7 @@ public class AccountServiceImpl implements AccountService {
map.put("id", cacheClient.hget(key, "id")); map.put("id", cacheClient.hget(key, "id"));
map.put("hospital_id", cacheClient.hget(key, "hospital_id")); map.put("hospital_id", cacheClient.hget(key, "hospital_id"));
map.put("hospital", cacheClient.hget(key, "hospital")); map.put("hospital", cacheClient.hget(key, "hospital"));
map.put("name", cacheClient.hget(key, "name"));
// Map<String, String> result = cacheClient.hgetall(key); // Map<String, String> result = cacheClient.hgetall(key);
// Iterator<Map.Entry<String, String>> iterator = result.entrySet().iterator(); // Iterator<Map.Entry<String, String>> iterator = result.entrySet().iterator();
......
spring.profiles.active=test1 spring.profiles.active=uat
\ No newline at end of file \ No newline at end of file
...@@ -308,7 +308,7 @@ ...@@ -308,7 +308,7 @@
</select> </select>
<select id="getHospitalInfoByPage" resultType="map"> <select id="getHospitalInfoByPage" resultType="map">
select id, hospital_id, hospital,mobile_phone, select id, hospital_id, hospital,mobile_phone,name,
status, avatar_image_url, email, status, avatar_image_url, email,
province, province_name,city, city_name, county, county_name,town, town_name, province, province_name,city, city_name, county, county_name,town, town_name,
title,title_id title,title_id
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册