Procházet zdrojové kódy

[会员][修改][导出数据]

release_toaliyun_real
gongbiao před 7 roky
rodič
revize
39ce372830
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +3
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java

+ 3
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxCUserBasicInfoServiceImpl.java Zobrazit soubor

@@ -257,7 +257,9 @@ public class WxCUserBasicInfoServiceImpl implements WxCUserBasicInfoService {
}
}
// 成长值
scoreCellTwo.setCellValue(entity.getPoins());
if (entity.getPoins() != null) {
scoreCellTwo.setCellValue(entity.getPoins());
}
}




Načítá se…
Zrušit
Uložit