|
@@ -304,7 +304,7 @@ public class personnel extends Controller {
|
|
|
}
|
|
|
|
|
|
for (Row row :rows) {
|
|
|
- if(row.getLong("parentid")==0){
|
|
|
+ if(row.getLong("parentid")==0 && row.getString("type").equals("区域汇总")){
|
|
|
row.put("y1l",rows.toRowsMap("parentid").get(sa_saleareaid.toString()).sum("y1l"));
|
|
|
row.put("y1h",rows.toRowsMap("parentid").get(sa_saleareaid.toString()).sum("y1h"));
|
|
|
row.put("s1l",rows.toRowsMap("parentid").get(sa_saleareaid.toString()).sum("s1l"));
|