update 企业来款分类统计 导出
This commit is contained in:
+1
-1
@@ -450,7 +450,7 @@ public class CompanyComeMoneyStatisticsController {
|
||||
Map<String, String> lm = new HashMap<>();
|
||||
//获取单一企业数据
|
||||
List<CompanyComeMoneyClassificationList> companyDateList = companyIdKeyMap.get(companyId);
|
||||
if (companyDateList.isEmpty()) {
|
||||
if (CollectionUtil.isEmpty(companyDateList)) {
|
||||
continue;
|
||||
}else {
|
||||
String companyName = companyDateList.get(0).getCompanyName();
|
||||
|
||||
Reference in New Issue
Block a user