|
@@ -136,9 +136,9 @@ public class ManagerSaleValueController {
|
|
|
if (!list.isEmpty()) {
|
|
|
list.forEach(data -> {
|
|
|
List<Object> temp = new ArrayList<>();
|
|
|
- temp.add(data.getLong("projectId"));
|
|
|
temp.add(data.getString("projectName"));
|
|
|
temp.add(data.getString("saleName"));
|
|
|
+ temp.add(data.getString("charge"));
|
|
|
temp.add(data.getString("chargeRoi"));
|
|
|
temp.add(data.getString("realCharge"));
|
|
|
temp.add(data.getString("jlCharge"));
|