记得上下班打卡 | git大法好,push需谨慎

Commit 9ff50d36 authored by jiangxiulong's avatar jiangxiulong

banner

parent 7d1b14cc
......@@ -63,20 +63,20 @@ public class BannersServiceImpl implements IKylinBannersService {
}
// list
if (bannerInfo.getPromotionType() != 1) {
List<String> pList = bannerInfo.getPositionList();
Boolean pis = false;
if (null != pList) {
for (String positionName : pList) {
if (positionName.equals(position)) {
pis = true;
}
List<String> pList = bannerInfo.getPositionList();
Boolean pis = false;
if (null != pList) {
for (String positionName : pList) {
if (positionName.equals(position)) {
pis = true;
}
}
if (!pis || null == pList) {
itBannerList.remove();
}
}
if (!pis || null == pList) {
itBannerList.remove();
}
if (bannerInfo.getPromotionType() != 1) {
List<String> proList = bannerInfo.getProvincesList();
Boolean prois = false;
if (null != proList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment