|
@@ -325,8 +325,8 @@ public class WxMagnetServiceImpl implements IWxMagnetService
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
- public Map<String, Object> selectHomeIconInfoById(Long id) {
|
|
|
|
|
- List<Map<String,Object>> iconInfos=jdbcTemplate.queryForList("select * from system_home_config where id=?",id);
|
|
|
|
|
|
|
+ public Map<String, Object> selectHomeIconInfoById() {
|
|
|
|
|
+ List<Map<String,Object>> iconInfos=jdbcTemplate.queryForList("select * from system_home_config ");
|
|
|
Map<String,Object> iconInfo= iconInfos.size()!=0?iconInfos.get(0):null;
|
|
Map<String,Object> iconInfo= iconInfos.size()!=0?iconInfos.get(0):null;
|
|
|
if(iconInfo!=null) {
|
|
if(iconInfo!=null) {
|
|
|
String smallIconString = iconInfo.get("small_icon_extra").toString();
|
|
String smallIconString = iconInfo.get("small_icon_extra").toString();
|