返回参数 参数名修改

This commit is contained in:
wkc
2026-03-09 14:51:24 +08:00
parent 1b9256533c
commit 34a4baa267
2 changed files with 2 additions and 2 deletions

View File

@@ -135,7 +135,7 @@ public class GetBankStatementResponse {
private Integer batchId; private Integer batchId;
/** 上传序号 */ /** 上传序号 */
private Integer uploadSequenceNumber; private Integer uploadSequnceNumber;
/** 项目id */ /** 项目id */
private Integer groupId; private Integer groupId;

View File

@@ -198,7 +198,7 @@ public class CcdiBankStatement implements Serializable {
entity.setTrxType(item.getTransTypeId()); entity.setTrxType(item.getTransTypeId());
entity.setCustomerLeId(item.getCustomerId()); entity.setCustomerLeId(item.getCustomerId());
entity.setCustomerAccountName(item.getCustomerName()); entity.setCustomerAccountName(item.getCustomerName());
entity.setBatchSequence(item.getUploadSequenceNumber()); entity.setBatchSequence(item.getUploadSequnceNumber());
// 5. 特殊字段处理 // 5. 特殊字段处理
entity.setMetaJson(null); // 根据文档要求强制设为 null entity.setMetaJson(null); // 根据文档要求强制设为 null