拼写错误

This commit is contained in:
wkc
2026-03-05 17:28:39 +08:00
parent b7197682e7
commit de35bd33c0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
package com.ruoyi.lsfx.domain.response;
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
@@ -132,7 +133,7 @@ public class GetBankStatementResponse {
private Integer batchId;
/** 上传序号 */
private Integer uploadSequnceNumber;
private Integer uploadSequenceNumber;
/** 项目id */
private Integer groupId;

View File

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