拼写错误
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user