|
@@ -434,7 +434,7 @@ public class FinanceReportController extends BaseController {
|
|
List<Map<String,Object>> list=page.getContent();
|
|
List<Map<String,Object>> list=page.getContent();
|
|
for (Map<String, Object> map : list) {
|
|
for (Map<String, Object> map : list) {
|
|
if(map.containsKey("type")) {
|
|
if(map.containsKey("type")) {
|
|
- if(map.get("type")==null || Integer.parseInt(map.get("type").toString())!=1){
|
|
|
|
|
|
+ if(map.get("type")==null || Integer.parseInt(map.get("type").toString())!=5){
|
|
map.put("external_unit_name", map.get("unit_name"));
|
|
map.put("external_unit_name", map.get("unit_name"));
|
|
map.put("unit_name", "");
|
|
map.put("unit_name", "");
|
|
}
|
|
}
|
|
@@ -552,7 +552,7 @@ public class FinanceReportController extends BaseController {
|
|
map.put("sum_price_3", "0");
|
|
map.put("sum_price_3", "0");
|
|
|
|
|
|
if(map.containsKey("type")) {
|
|
if(map.containsKey("type")) {
|
|
- if(map.get("type")==null || Integer.parseInt(map.get("type").toString())!=1){
|
|
|
|
|
|
+ if(map.get("type")==null || Integer.parseInt(map.get("type").toString())!=5){
|
|
map.put("external_unit_name", map.get("unit_name"));
|
|
map.put("external_unit_name", map.get("unit_name"));
|
|
map.put("unit_name", "");
|
|
map.put("unit_name", "");
|
|
}
|
|
}
|