|
@ -281,7 +281,7 @@ public class AdvrtisementService extends BaseJpaService<AdvertisementPuttingAdmi
|
|
|
List<Map<String, Object>> list = jdbcTemplate.queryForList(sql+from+orderBy);
|
|
|
for (Map<String, Object> stringObjectMap : list) {
|
|
|
String publishLocationCode = (String) stringObjectMap.get("publishLocation");
|
|
|
if (stringObjectMap.get("publishLocation") != null) {
|
|
|
if (publishLocationCode != null) {
|
|
|
if ("0".equals(publishLocationCode)) {
|
|
|
stringObjectMap.put("publishLocationName","广告位");
|
|
|
} else if ("1".equals(publishLocationCode)) {
|