Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 7 anni fa
parent
commit
39ce372830
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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 Vedi File

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




Caricamento…
Annulla
Salva