一体化营业收入代码优化
This commit is contained in:
parent
c348b921db
commit
e6e24ee5a4
@ -912,10 +912,11 @@ public class SaleDataSummaryServiceImpl implements DataSummaryService {
|
||||
List<BO> list = new ArrayList<>();
|
||||
for (RowMap rowMap : rowMaps) {
|
||||
BO revenueBO = createBaseBO(bkgs);
|
||||
revenueBO.set("YEARMONTH", yearMonth);
|
||||
String category = rowMap.getString("LB_1");
|
||||
String province = rowMap.getString("PROVINCE");
|
||||
String revenueAmount = rowMap.getString("REVENUE_AMOUNT");
|
||||
String year_month = rowMap.getString("YEARMONTH");
|
||||
revenueBO.set("YEARMONTH", year_month);
|
||||
if ("北新嘉宝莉".equals(bkgs)){
|
||||
if ("其他".equals(category)){
|
||||
revenueBO.set("PRODUCT_CATEGORY", category);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user