|
|
|
@@ -1003,7 +1003,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
|
|
|
|
if (!shopIdList.contains(be.getShopId())) { |
|
|
|
shopIdList.add(be.getShopId()); |
|
|
|
shopnumberSb.append(be.getShopNumber()).append(","); |
|
|
|
shopnumberSb.append(be.getShopId()).append(","); |
|
|
|
billCusSb.append(be.getCusName()).append(","); |
|
|
|
} |
|
|
|
} |
|
|
|
@@ -1082,7 +1082,7 @@ public class WxFinanceServiceImpl implements WxFinanceService { |
|
|
|
|
|
|
|
if (!shopIdList.contains(be.getShopId())) { |
|
|
|
shopIdList.add(be.getShopId()); |
|
|
|
shopnumberSb.append(be.getShopNumber()).append(","); |
|
|
|
shopnumberSb.append(be.getShopId()).append(","); |
|
|
|
billCusSb.append(be.getCusName()).append(","); |
|
|
|
} |
|
|
|
} |
|
|
|
|