diff --git a/app/hdl/hdl_register.go b/app/hdl/hdl_register.go index 27702b5..190c99a 100644 --- a/app/hdl/hdl_register.go +++ b/app/hdl/hdl_register.go @@ -57,7 +57,7 @@ func RegisterForMedium(c *gin.Context) { Uuid: utils.StrToInt(masterId), MediumId: utils.StrToInt(mediumId), Kind: 1, - SettlementType: 1, + SettlementType: 3, CompanyName: "", CompanyAbbreviation: "", UnifiedSocialCreditCode: "", @@ -167,7 +167,7 @@ func RegisterForAgent(c *gin.Context) { Uuid: utils.StrToInt(masterId), AgentId: utils.StrToInt(agentId), Kind: 1, - SettlementType: 1, + SettlementType: 3, CompanyName: "", CompanyAbbreviation: "", UnifiedSocialCreditCode: "",