Przeglądaj źródła

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

release_toaliyun_real
gongbiao 7 lat temu
rodzic
commit
39ce372830
1 zmienionych plików z 3 dodań i 1 usunięć
  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 Wyświetl plik

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




Ładowanie…
Anuluj
Zapisz