|
@@ -293,6 +293,9 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
.eq("home_page_id", homePage.getHomePageId())
|
|
.eq("home_page_id", homePage.getHomePageId())
|
|
.orderByAsc("operation_order_no")
|
|
.orderByAsc("operation_order_no")
|
|
);
|
|
);
|
|
|
|
+ analyzeVO.setHaveHomePage(1);
|
|
|
|
+ } else {
|
|
|
|
+ analyzeVO.setHaveHomePage(0);
|
|
}
|
|
}
|
|
|
|
|
|
// 拼接数据
|
|
// 拼接数据
|
|
@@ -588,7 +591,7 @@ public class BehospitalInfoFacade extends BehospitalInfoServiceImpl {
|
|
* @param map
|
|
* @param map
|
|
*/
|
|
*/
|
|
public <T> void addDataWithKeyConvert(String key, List<T> list,
|
|
public <T> void addDataWithKeyConvert(String key, List<T> list,
|
|
- List<MedrecVo> medrecVoList, Map<String, String> map, List<String> dateList) {
|
|
|
|
|
|
+ List<MedrecVo> medrecVoList, Map<String, String> map, List<String> dateList) {
|
|
MedrecVo medrecVo = new MedrecVo();
|
|
MedrecVo medrecVo = new MedrecVo();
|
|
medrecVo.setTitle(key);
|
|
medrecVo.setTitle(key);
|
|
Map<String, Object> content = new HashMap<>();
|
|
Map<String, Object> content = new HashMap<>();
|