Commit e34573cd by zhangxingmin

push

parent e76ca12e
......@@ -239,10 +239,9 @@ public class ApiSalarySplitServiceImpl implements ApiSalarySplitService {
ExportParam exportParam = new ExportParam();
// 指定需要导出的字段(字段名必须与 DTO 中的属性名一致)
exportParam.setFieldNames(Arrays.asList(
"salarySplitBizId","salarySplitNo", "brokerName", "internalNumber", "team",
"fromAmount", "toCurrency", "exchangeRate", "toAmount",
"fortuneAccountDate", "fortuneAccountMonth", "billOrg",
"status", "hkdAmount", "currency"
"salarySplitNo","brokerName","team","fromAmount",
"currency","exchangeRate","toAmount","toCurrency",
"fortuneAccountMonth","billOrg","hkdAmount","fortuneAccountBizId"
));
exportParam.setFileName("薪资拆分应发信息汇总");
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