Commit 3b390929 authored by 刘林's avatar 刘林

fix(jg):移装变更接口修改

parent 9adf3fec
......@@ -940,11 +940,10 @@ public class JgChangeRegistrationTransferServiceImpl extends BaseService<JgChang
}
//更新历史数据表
if (!ValidationUtil.isEmpty(useRegistrationCodeList)) {
historyData.setStatus("history");
historyData.setUseRegistrationCode(String.join(",", useRegistrationCodeList));
jgRegistrationHistoryService.saveOrUpdateHistoryData(historyData);
}
transfer.setAuditPassDate(new Date());
transfer.setRegPersonId(reginParams.getUserModel().getUserId());
transfer.setRegPersonName(reginParams.getUserModel().getUserName());
......
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