Commit 181c298b by zhangxingmin

push

parent 5818609b
......@@ -57,4 +57,12 @@ public interface ApiSalarySplitFeignClient {
*/
@PostMapping("/query/rate")
Result<ApiSalarySplitQueryRateResponse> queryRate(@Validated @RequestBody ApiSalarySplitQueryRateRequest request);
// /**
// * 导出-薪资拆分应发信息汇总列表
// * @param request
// * @return
// */
// @PostMapping("/export/summary/list")
// Result export(@Validated @RequestBody ApiSalarySplitBatchSaveRequest request);
}
......@@ -84,6 +84,11 @@ public class ApiSalarySplitSummaryPageDto {
private BigDecimal amount;
/**
* 港币出账金额
*/
private BigDecimal hkdAmount;
/**
* 出账币种(原币种)
*/
private String currency;
......
......@@ -26,6 +26,7 @@
ss.bill_org,
fa.status,
fa.amount,
fa.hkd_amount,
fa.currency,
DATE_FORMAT(fa.fortune_account_date, '%Y%m') as fortune_account_month
from salary_split ss
......
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