2cece90f by xu

可信空间连接器入住接口

1 parent 42bf89de
......@@ -64,6 +64,7 @@ public class TdsConnectorIdentityController {
MfTdsConnectorIdentity mfTdsConnectorIdentity = tdsConnectorIdentityService.getTdsConnectorIdentityById(vo.getGuid());
//变更数据重新提交流程
if("Y".equals(mfTdsConnectorIdentity.getIsChangeData()) && vo.getImmediateApprove()){
vo.setSourceBizGuid(mfTdsConnectorIdentity.getSourceBizGuid());
tdsConnectorIdentityService.changeSaveTdsConnectorIdentity(vo);
}else {
tdsConnectorIdentityService.updateTdsConnectorIdentity(vo);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!