Compare commits
No commits in common. "e03237f349ec4314a48f5fc59c4daf8e12deb661" and "ab0291a2d727a42d75b2f84740433c89b04fc75c" have entirely different histories.
e03237f349
...
ab0291a2d7
|
|
@ -27,7 +27,7 @@ public interface QualFilingChangeCmdConvertor {
|
|||
* 变更实体转备案实体
|
||||
* id 由调用方手动设置(使用 changeFilingId)
|
||||
*/
|
||||
@Mapping(target = "id", source = "filingId")
|
||||
@Mapping(target = "id", ignore = true)
|
||||
@Mapping(target = "originFilingId", ignore = true)
|
||||
@Mapping(target = "rejectReason", ignore = true)
|
||||
@Mapping(target = "submitTime", ignore = true)
|
||||
|
|
|
|||
|
|
@ -344,7 +344,7 @@ public class QualFilingChangeExecutor implements QualFilingChangeApi {
|
|||
|
||||
// 转换变更基本信息 → 备案实体
|
||||
QualFilingEntity entity = qualFilingChangeCmdConvertor.convertChangeEToEntity(changeEntity);
|
||||
entity.setFilingStatusCode(QualFilingStatusEnum.FILED.getCode());
|
||||
entity.setId(changeEntity.getChangeFilingId());
|
||||
|
||||
// 查询并转换承诺书
|
||||
QualFilingCommitmentChangeE commitmentChangeE = qualFilingCommitmentChangeGateway.getByFilingId(changeFilingId);
|
||||
|
|
|
|||
Loading…
Reference in New Issue