浏览代码

更新

master
huangjiajun 1 个月前
父节点
当前提交
c7b35e8f43
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      app/hdl/hdl_register.go

+ 2
- 2
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: "",


正在加载...
取消
保存