|
|
|
@ -187,7 +187,9 @@ public class ExcelController extends AbstractController { |
|
|
|
|
if (StringUtils.isNotBlank(condition)) { |
|
|
|
|
JSONObject prams = JSONObject.parseObject(condition); |
|
|
|
|
String gfsh = prams.getString("gfsh"); |
|
|
|
|
String companyCode = prams.getString("companyCode"); |
|
|
|
|
prams.put("business", getUserInfo().getBusiness()); |
|
|
|
|
prams.put("companyCode", companyCode); |
|
|
|
|
// 非查验综合查询、查验明细导出处理
|
|
|
|
|
if (!"30".equals(serviceType) && !"29".equals(serviceType)) { |
|
|
|
|
|
|
|
|
|