|
|
|
@ -131,8 +131,6 @@ public class ExcelHeaderTranslator { |
|
|
|
headers.put("taskGold", "任务金币"); |
|
|
|
headers.put("remark", "备注"); |
|
|
|
headers.put("adminName", "提交人"); |
|
|
|
headers.put("price", "原价"); |
|
|
|
headers.put("linkId", "LinkId"); |
|
|
|
headers.put("auditTime", "退款时间"); |
|
|
|
|
|
|
|
// 如果需要翻译,则翻译表头 |
|
|
|
@ -150,7 +148,7 @@ public class ExcelHeaderTranslator { |
|
|
|
return Arrays.asList( |
|
|
|
"orderCode", "name", "jwcode", "market", "goodsName", |
|
|
|
"refundType", "refundModelDesc", "sumGold", "permanentGold", |
|
|
|
"freeGold", "taskGold", "remark", "adminName", "price", "linkId", "auditTime" |
|
|
|
"freeGold", "taskGold", "remark", "adminName", "auditTime" |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
|