Commit e34573cd by zhangxingmin

push

parent e76ca12e
...@@ -239,10 +239,9 @@ public class ApiSalarySplitServiceImpl implements ApiSalarySplitService { ...@@ -239,10 +239,9 @@ public class ApiSalarySplitServiceImpl implements ApiSalarySplitService {
ExportParam exportParam = new ExportParam(); ExportParam exportParam = new ExportParam();
// 指定需要导出的字段(字段名必须与 DTO 中的属性名一致) // 指定需要导出的字段(字段名必须与 DTO 中的属性名一致)
exportParam.setFieldNames(Arrays.asList( exportParam.setFieldNames(Arrays.asList(
"salarySplitBizId","salarySplitNo", "brokerName", "internalNumber", "team", "salarySplitNo","brokerName","team","fromAmount",
"fromAmount", "toCurrency", "exchangeRate", "toAmount", "currency","exchangeRate","toAmount","toCurrency",
"fortuneAccountDate", "fortuneAccountMonth", "billOrg", "fortuneAccountMonth","billOrg","hkdAmount","fortuneAccountBizId"
"status", "hkdAmount", "currency"
)); ));
exportParam.setFileName("薪资拆分应发信息汇总"); exportParam.setFileName("薪资拆分应发信息汇总");
exportParam.setUploadToOss(true); exportParam.setUploadToOss(true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment