|
|
|
@ -231,7 +231,19 @@ public class ExcelController extends AbstractController { |
|
|
|
|
String newCondition = prams.toString(); |
|
|
|
|
pramsMap.put("conditions", newCondition); |
|
|
|
|
} else { |
|
|
|
|
String gfmc = ""; |
|
|
|
|
List<Tax> org = getUserInfo().getOrg(); |
|
|
|
|
if (org != null && org.size() > 0) { |
|
|
|
|
for (Tax tax : org) { |
|
|
|
|
if (tax.getTaxno().equals(gfsh)) { |
|
|
|
|
gfmc = tax.getTaxname(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
prams.put("gfmc", gfmc); |
|
|
|
|
prams.put("gfsh",gfsh); |
|
|
|
|
String newCondition = prams.toString(); |
|
|
|
|
pramsMap.put("conditions", newCondition); |
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
pramsMap.put("conditions", condition); |
|
|
|
|