Przeglądaj źródła

以下接口减少返回参数:
User/LoginQuery
Common/GetSystemParams
Ermcp/GetErmcpGoods
User/GetTodayAccountConfigInfo
Goods/GetTCEGoodsCollections
Common/QueryNotice
Market/QueryMarketRun
Common/QueryImageConfigs

deng.yinping 10 miesięcy temu
rodzic
commit
dc46b3d4aa
9 zmienionych plików z 124 dodań i 1084 usunięć
  1. 5 5
      controllers/common/common.go
  2. 0 349
      docs/docs.go
  3. 0 349
      docs/swagger.json
  4. 0 262
      docs/swagger.yaml
  5. 25 25
      models/account.go
  6. 20 20
      models/common.go
  7. 55 55
      models/ermcpGoods.go
  8. 10 10
      models/market.go
  9. 9 9
      models/ori.go

+ 5 - 5
controllers/common/common.go

@@ -117,11 +117,11 @@ type QueryImageConfigsRsp struct {
 	URL             string    `json:"url"  xorm:"'URL'"`                              // 链接(地址或商品ID)
 	Sort            int64     `json:"sort"  xorm:"'SORT'"`                            // 排序
 	Isshow          int32     `json:"isshow"  xorm:"'ISSHOW'"`                        // 是否展示 - 0:不展示 1:展示
-	Createdate      time.Time `json:"createdate"  xorm:"'CREATEDATE'"`                // 创建时间
-	Creatorid       int64     `json:"creatorid"  xorm:"'CREATORID'"`                  // 创建人
-	Updatedate      time.Time `json:"updatedate"  xorm:"'UPDATEDATE'"`                // 修改时间
-	Modifierid      int64     `json:"modifierid"  xorm:"'MODIFIERID'"`                // 操作人
-	Areauserid      int64     `json:"areauserid"  xorm:"'AREAUSERID'"`                // 所属机构ID
+	Createdate      time.Time `json:"-"  xorm:"'CREATEDATE'"`                         // 创建时间
+	Creatorid       int64     `json:"-"  xorm:"'CREATORID'"`                          // 创建人
+	Updatedate      time.Time `json:"-"  xorm:"'UPDATEDATE'"`                         // 修改时间
+	Modifierid      int64     `json:"-"  xorm:"'MODIFIERID'"`                         // 操作人
+	Areauserid      int64     `json:"-"  xorm:"'AREAUSERID'"`                         // 所属机构ID
 	Urltype         int32     `json:"urltype"  xorm:"'URLTYPE'"`                      // 链接类型 - 1:直接地址 2:商品ID
 	IMAGEDETAILPATH string    `json:"imagedetailpath"  xorm:"'IMAGEDETAILPATH'"`      // 详情图片 [UrlType = 3时 有且必填,其它类型不需要]
 

+ 0 - 349
docs/docs.go

@@ -25007,22 +25007,10 @@ const docTemplate = `{
                 "configid"
             ],
             "properties": {
-                "areauserid": {
-                    "description": "所属机构ID",
-                    "type": "integer"
-                },
                 "configid": {
                     "description": "配置ID(SEQ_SZDZ2_IMAGECONFIG)",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "imagedetailpath": {
                     "description": "详情图片 [UrlType = 3时 有且必填,其它类型不需要]",
                     "type": "string"
@@ -25043,10 +25031,6 @@ const docTemplate = `{
                     "description": "市场ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "操作人",
-                    "type": "integer"
-                },
                 "sort": {
                     "description": "排序",
                     "type": "integer"
@@ -25059,10 +25043,6 @@ const docTemplate = `{
                     "description": "交易模式",
                     "type": "integer"
                 },
-                "updatedate": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "url": {
                     "description": "链接(地址或商品ID)",
                     "type": "string"
@@ -25079,18 +25059,6 @@ const docTemplate = `{
                 "autoid"
             ],
             "properties": {
-                "auditoruserid": {
-                    "description": "审核人",
-                    "type": "integer"
-                },
-                "auditremark": {
-                    "description": "审核备注",
-                    "type": "string"
-                },
-                "audittime": {
-                    "description": "审核日期",
-                    "type": "string"
-                },
                 "autoid": {
                     "description": "自增ID",
                     "type": "integer"
@@ -25099,18 +25067,6 @@ const docTemplate = `{
                     "description": "内容",
                     "type": "string"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "建仓人",
-                    "type": "integer"
-                },
-                "endtime": {
-                    "description": "结束时间",
-                    "type": "string"
-                },
                 "isforcedisplay": {
                     "description": "是否强制显示 - 0:不强制 1:强制",
                     "type": "integer"
@@ -25135,14 +25091,6 @@ const docTemplate = `{
                     "description": "是否已读",
                     "type": "boolean"
                 },
-                "scheduletime": {
-                    "description": "计划发送时间",
-                    "type": "string"
-                },
-                "sendtype": {
-                    "description": "推送方式 - 1:全体广播 2:按会员广播 3:个人推送 4:按会员广播(仅会员)",
-                    "type": "integer"
-                },
                 "sentstatus": {
                     "description": "推送状态 - 0:未推送 1:已推送 2:审核拒绝",
                     "type": "integer"
@@ -25150,10 +25098,6 @@ const docTemplate = `{
                 "title": {
                     "description": "标题",
                     "type": "string"
-                },
-                "userid": {
-                    "description": "会员/投资者ID推送方式 为 个人时,填写投资者ID",
-                    "type": "integer"
                 }
             }
         },
@@ -29960,14 +29904,6 @@ const docTemplate = `{
                 "userid"
             ],
             "properties": {
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人ID",
-                    "type": "integer"
-                },
                 "fromuserid": {
                     "description": "所属机构(组织机构)( OrgType = 1时为自己, = 2\\3时取上级机构的所属机构)",
                     "type": "integer"
@@ -29976,14 +29912,6 @@ const docTemplate = `{
                     "description": "是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人ID",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "orgtype": {
                     "description": "组织机构类型 1:机构\\分支节点 2:交易员\\叶子节点 3:部门\\分支节点",
                     "type": "integer"
@@ -36895,14 +36823,6 @@ const docTemplate = `{
                     "description": "所属机构",
                     "type": "integer"
                 },
-                "auditaccountid": {
-                    "description": "审核操作员账号",
-                    "type": "integer"
-                },
-                "audittime": {
-                    "description": "审核时间",
-                    "type": "string"
-                },
                 "buyotherfeealgorithm": {
                     "description": "买交收其它费用算法",
                     "type": "integer"
@@ -36935,14 +36855,6 @@ const docTemplate = `{
                     "description": "是否允许自动退还定金: 0-否 1-是(52)",
                     "type": "integer"
                 },
-                "cancelaccountid": {
-                    "description": "注销操作员账号",
-                    "type": "integer"
-                },
-                "canceltime": {
-                    "description": "注销时间",
-                    "type": "string"
-                },
                 "closepricemode": {
                     "description": "强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)",
                     "type": "integer"
@@ -36951,14 +36863,6 @@ const docTemplate = `{
                     "description": "强平最新价浮动比例 - 方式为2时使用  (\u003c1)买 上浮 (1+x)*最新价卖 下浮 (1-x)*最新价",
                     "type": "number"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "currencyid": {
                     "description": "报价货币ID",
                     "type": "integer"
@@ -36971,10 +36875,6 @@ const docTemplate = `{
                     "description": "报价小数位",
                     "type": "integer"
                 },
-                "delistingdate": {
-                    "description": "商品退市时间(状态:退市) -- 已作废",
-                    "type": "string"
-                },
                 "delistingmode": {
                     "description": "退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\\币币兑换)",
                     "type": "integer"
@@ -37035,10 +36935,6 @@ const docTemplate = `{
                     "description": "商品显示顺序(99)",
                     "type": "string"
                 },
-                "goodsquotetype": {
-                    "description": "合约报价类型: 1-直接报价  2-间接报价",
-                    "type": "integer"
-                },
                 "goodsstatus": {
                     "description": "商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市",
                     "type": "integer"
@@ -37051,18 +36947,6 @@ const docTemplate = `{
                     "description": "报价单位ID",
                     "type": "integer"
                 },
-                "hasquoter": {
-                    "description": "是否有报价商 - 0:无报价商 1:有报价商",
-                    "type": "integer"
-                },
-                "hqprotecttime": {
-                    "description": "行情保护时间(秒)",
-                    "type": "integer"
-                },
-                "innerdealmode": {
-                    "description": "内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今",
-                    "type": "integer"
-                },
                 "isbuylimited": {
                     "description": "是否限制建仓量 - 0:不限制 1:限制",
                     "type": "integer"
@@ -37071,14 +36955,6 @@ const docTemplate = `{
                     "description": "游客是否可见 - 0:不可见 1:可见",
                     "type": "integer"
                 },
-                "lasttradedate": {
-                    "description": "最后交易日期(状态:待退市)",
-                    "type": "string"
-                },
-                "listingdate": {
-                    "description": "交易开始日期",
-                    "type": "string"
-                },
                 "marginalgorithm": {
                     "description": "持仓定金方式(49) - 1:比率 2.固定(52)",
                     "type": "number"
@@ -37107,22 +36983,10 @@ const docTemplate = `{
                     "description": "点差下限(46)",
                     "type": "number"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
                 "modifystatus": {
                     "description": "变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核",
                     "type": "integer"
                 },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
-                "outerdealmode": {
-                    "description": "外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今",
-                    "type": "integer"
-                },
                 "outgoodscode": {
                     "description": "商品代码(外部)",
                     "type": "string"
@@ -37151,22 +37015,10 @@ const docTemplate = `{
                     "description": "行情最小变动单位 [整数,报价小数位一起使用]",
                     "type": "integer"
                 },
-                "quoteshowtype": {
-                    "description": "行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价",
-                    "type": "integer"
-                },
-                "quoteshowtypeinterval": {
-                    "description": "行情报价间隔时间(秒)(成交价时为0)",
-                    "type": "integer"
-                },
                 "relatedgoodsid": {
                     "description": "关联参考商品ID",
                     "type": "integer"
                 },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
-                },
                 "riskcontrolmode": {
                     "description": "风控方式(52、10模式) 1:按单风控 2:按账户风控",
                     "type": "integer"
@@ -38548,10 +38400,6 @@ const docTemplate = `{
                 "oricurrencyid": {
                     "description": "源币种ID",
                     "type": "integer"
-                },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
                 }
             }
         },
@@ -38588,10 +38436,6 @@ const docTemplate = `{
                 "showbrokerflag": {
                     "description": "是否显示买卖经纪盘 - 0:不显示 1:显示",
                     "type": "integer"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
                 }
             }
         },
@@ -40462,14 +40306,6 @@ const docTemplate = `{
                     "description": "强平最新价浮动比例 - 方式为2时使用",
                     "type": "number"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "currencyid": {
                     "description": "报价货币ID",
                     "type": "integer"
@@ -40522,14 +40358,6 @@ const docTemplate = `{
                     "description": "所属市场ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "outerdealmode": {
                     "description": "外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今",
                     "type": "integer"
@@ -43835,10 +43663,6 @@ const docTemplate = `{
                     "description": "是否可出入金 - 0:不可 1:可",
                     "type": "integer"
                 },
-                "clientroleid": {
-                    "description": "终端角色ID",
-                    "type": "integer"
-                },
                 "haslogined": {
                     "description": "是否已登录 - 0:未登录 1:已登录",
                     "type": "integer"
@@ -43847,18 +43671,10 @@ const docTemplate = `{
                     "description": "是否已更改密码 - 0:未修改 1:已修改",
                     "type": "integer"
                 },
-                "lastloginip": {
-                    "description": "最新登录地址",
-                    "type": "string"
-                },
                 "lastloginmode": {
                     "description": "最新登录方式(客户端类型) -  0:保留为未填终端类型 1:PC管理端 2:PC交易端 3:手机客户端_安卓 4:网页客户端 5:微信客户端 6:手机客户端_苹果 7:网上开户客户端 8:无效终端编号 9:报价终端(中江)",
                     "type": "integer"
                 },
-                "lastloginremark": {
-                    "description": "最新登录描述",
-                    "type": "string"
-                },
                 "lastlogintime": {
                     "description": "最新登录时间",
                     "type": "string"
@@ -43875,10 +43691,6 @@ const docTemplate = `{
                     "description": "登陆账号",
                     "type": "integer"
                 },
-                "loginport": {
-                    "description": "最新登录端口",
-                    "type": "integer"
-                },
                 "loginstatus": {
                     "description": "登录账号状态 1:正常 2:冻结(停用) 3:无效(注销)",
                     "type": "integer"
@@ -43891,18 +43703,6 @@ const docTemplate = `{
                     "description": "手机号码(加密存储)",
                     "type": "string"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifysrc": {
-                    "description": "审核来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "pwdwrongcount": {
                     "description": "密码错误次数",
                     "type": "integer"
@@ -44213,7 +44013,6 @@ const docTemplate = `{
             "required": [
                 "marketid",
                 "nexttradedate",
-                "reckonflag",
                 "runstatus",
                 "tradedate",
                 "tradedate2"
@@ -44223,10 +44022,6 @@ const docTemplate = `{
                     "description": "下下交易日",
                     "type": "string"
                 },
-                "clearquoteflag": {
-                    "description": "行情清盘标志- 1:未发送 2:已发送 3:已回复",
-                    "type": "integer"
-                },
                 "endTime": {
                     "description": "结束时间",
                     "type": "string"
@@ -44235,14 +44030,6 @@ const docTemplate = `{
                     "description": "最新交易日(结算成功)",
                     "type": "string"
                 },
-                "machinedate": {
-                    "description": "机器时间",
-                    "type": "string"
-                },
-                "manualflag": {
-                    "description": "手动开市标志- 0:否 1:是  (市场为手动时,是否触发了手动开市标志)",
-                    "type": "integer"
-                },
                 "marketid": {
                     "description": "市场ID",
                     "type": "integer"
@@ -44255,10 +44042,6 @@ const docTemplate = `{
                     "description": "上一交易日",
                     "type": "string"
                 },
-                "reckonflag": {
-                    "description": "结算标识 - 0: 停止结算 1: 正常(管理端控制此字段,交易服务根据此字段判断是否做结算)",
-                    "type": "integer"
-                },
                 "runstatus": {
                     "description": "运行状态 - 0:初始化 1:待开市 2:开市 3:休市 4:手工休市 5:闭市 6:确认行权开始 7:确认行权结束 10:日终处理开始 11:日终处理成功 12:日终处理失败 13基础服务结算开始 14基础服务结算成功 23.资金结算开始 24.资金结算成功 25.资金结算失败 26.系统结算成功 27.系统结算失败 28.盘中处理开始 29.盘中处理成功 30.盘中处理失败 31.资金结算开始(内) 32.资金结算成功(内) 33.资金结算失败(内) 40.签到开始 41.签到成功 42.签到部份成功 43.签到失败 44.签退开始 45.签退成功 46.签退部份成功 47.签退失败 48.对账开始 49.对账成功 50.对账失败 51.清算开始 52.清算成功 53.清算失败 54.清算部分成功 55. 系统结算开始 62.今日免清算",
                     "type": "integer"
@@ -44278,10 +44061,6 @@ const docTemplate = `{
                 "tradedate2": {
                     "description": "当前交易日(行情) 在第一个市场待开市时变更为TradeDate,供行情及终端系统使用",
                     "type": "string"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
                 }
             }
         },
@@ -55170,26 +54949,10 @@ const docTemplate = `{
                 "paramcode"
             ],
             "properties": {
-                "loginid": {
-                    "description": "更新用户账号,登录账号",
-                    "type": "string"
-                },
-                "modifyflag": {
-                    "description": "修改标志0 不允许修改   1 允许修改",
-                    "type": "integer"
-                },
                 "paramcode": {
                     "description": "参数代码",
                     "type": "string"
                 },
-                "paramname": {
-                    "description": "参数名",
-                    "type": "string"
-                },
-                "paramtype": {
-                    "description": "参数类型  0-通用 1-管理端 2-终端  3-后台 4-商城",
-                    "type": "integer"
-                },
                 "paramvalue": {
                     "description": "参数值",
                     "type": "string"
@@ -55197,30 +54960,6 @@ const docTemplate = `{
                 "paramvalue2": {
                     "description": "参数值(CLOB)",
                     "type": "string"
-                },
-                "regexpress": {
-                    "description": "正则表达式",
-                    "type": "string"
-                },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
-                },
-                "serverip": {
-                    "description": "限制服务器IP,备份参数,现在界面不用显示0.0.0.0则无限制,是通用参数192.168.0.211 指定服务器的参数配置",
-                    "type": "string"
-                },
-                "showflag": {
-                    "description": "是否显示0 不显示   1 显示",
-                    "type": "integer"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
-                },
-                "userid": {
-                    "description": "更新用户ID",
-                    "type": "integer"
                 }
             }
         },
@@ -55529,26 +55268,10 @@ const docTemplate = `{
                         "$ref": "#/definitions/models.Tcegcgoodsconfig"
                     }
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "建仓人",
-                    "type": "integer"
-                },
                 "defaultgoodsid": {
                     "description": "默认商品ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "orderindex": {
                     "description": "显示顺序",
                     "type": "integer"
@@ -56445,10 +56168,6 @@ const docTemplate = `{
                     "description": "商品配置ID(SEQ_TCE_GCGoodsConfig)",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57662,10 +57381,6 @@ const docTemplate = `{
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57687,10 +57402,6 @@ const docTemplate = `{
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57716,10 +57427,6 @@ const docTemplate = `{
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -58957,50 +58664,18 @@ const docTemplate = `{
                     "description": "账户状态 -  1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)",
                     "type": "integer"
                 },
-                "applysrc": {
-                    "description": "申请来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
                 "auditremark": {
                     "description": "审核备注",
                     "type": "string"
                 },
-                "auditsrc": {
-                    "description": "审核来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
-                "audittime": {
-                    "description": "审核时间",
-                    "type": "string"
-                },
-                "audituserid": {
-                    "description": "审核人",
-                    "type": "integer"
-                },
                 "broker": {
                     "description": "所属经纪人ID",
                     "type": "integer"
                 },
-                "canceltime": {
-                    "description": "销户时间",
-                    "type": "string"
-                },
-                "canceluserid": {
-                    "description": "销户人",
-                    "type": "integer"
-                },
                 "canrecommend": {
                     "description": "是否可推荐 - 0:不可 1;可",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "curscore": {
                     "description": "积分",
                     "type": "integer"
@@ -59025,10 +58700,6 @@ const docTemplate = `{
                     "description": "所属会员ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
                 "modifyremark": {
                     "description": "变更备注",
                     "type": "string"
@@ -59037,10 +58708,6 @@ const docTemplate = `{
                     "description": "变更状态 1 未变更 2 变更中 3 变更待审核 4 变更待复核(投资者)",
                     "type": "integer"
                 },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "parenttopuser": {
                     "description": "上级顶级机构 [092=0,1时,默认为1, 092=2时若自已为顶级,则填入自己,自己不为顶级,填入ParentUserID的\"ParentTopUser\"]",
                     "type": "string"
@@ -59355,14 +59022,6 @@ const docTemplate = `{
                     "description": "国家",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "customername": {
                     "description": "客户名称(企业名称)",
                     "type": "string"
@@ -59415,14 +59074,6 @@ const docTemplate = `{
                     "description": "手机号码[明文-尚志]",
                     "type": "string"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifiertime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "needinvoice": {
                     "description": "是否需要发票 - 0:不需要 1:需要",
                     "type": "integer"

+ 0 - 349
docs/swagger.json

@@ -24998,22 +24998,10 @@
                 "configid"
             ],
             "properties": {
-                "areauserid": {
-                    "description": "所属机构ID",
-                    "type": "integer"
-                },
                 "configid": {
                     "description": "配置ID(SEQ_SZDZ2_IMAGECONFIG)",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "imagedetailpath": {
                     "description": "详情图片 [UrlType = 3时 有且必填,其它类型不需要]",
                     "type": "string"
@@ -25034,10 +25022,6 @@
                     "description": "市场ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "操作人",
-                    "type": "integer"
-                },
                 "sort": {
                     "description": "排序",
                     "type": "integer"
@@ -25050,10 +25034,6 @@
                     "description": "交易模式",
                     "type": "integer"
                 },
-                "updatedate": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "url": {
                     "description": "链接(地址或商品ID)",
                     "type": "string"
@@ -25070,18 +25050,6 @@
                 "autoid"
             ],
             "properties": {
-                "auditoruserid": {
-                    "description": "审核人",
-                    "type": "integer"
-                },
-                "auditremark": {
-                    "description": "审核备注",
-                    "type": "string"
-                },
-                "audittime": {
-                    "description": "审核日期",
-                    "type": "string"
-                },
                 "autoid": {
                     "description": "自增ID",
                     "type": "integer"
@@ -25090,18 +25058,6 @@
                     "description": "内容",
                     "type": "string"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "建仓人",
-                    "type": "integer"
-                },
-                "endtime": {
-                    "description": "结束时间",
-                    "type": "string"
-                },
                 "isforcedisplay": {
                     "description": "是否强制显示 - 0:不强制 1:强制",
                     "type": "integer"
@@ -25126,14 +25082,6 @@
                     "description": "是否已读",
                     "type": "boolean"
                 },
-                "scheduletime": {
-                    "description": "计划发送时间",
-                    "type": "string"
-                },
-                "sendtype": {
-                    "description": "推送方式 - 1:全体广播 2:按会员广播 3:个人推送 4:按会员广播(仅会员)",
-                    "type": "integer"
-                },
                 "sentstatus": {
                     "description": "推送状态 - 0:未推送 1:已推送 2:审核拒绝",
                     "type": "integer"
@@ -25141,10 +25089,6 @@
                 "title": {
                     "description": "标题",
                     "type": "string"
-                },
-                "userid": {
-                    "description": "会员/投资者ID推送方式 为 个人时,填写投资者ID",
-                    "type": "integer"
                 }
             }
         },
@@ -29951,14 +29895,6 @@
                 "userid"
             ],
             "properties": {
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人ID",
-                    "type": "integer"
-                },
                 "fromuserid": {
                     "description": "所属机构(组织机构)( OrgType = 1时为自己, = 2\\3时取上级机构的所属机构)",
                     "type": "integer"
@@ -29967,14 +29903,6 @@
                     "description": "是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人ID",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "orgtype": {
                     "description": "组织机构类型 1:机构\\分支节点 2:交易员\\叶子节点 3:部门\\分支节点",
                     "type": "integer"
@@ -36886,14 +36814,6 @@
                     "description": "所属机构",
                     "type": "integer"
                 },
-                "auditaccountid": {
-                    "description": "审核操作员账号",
-                    "type": "integer"
-                },
-                "audittime": {
-                    "description": "审核时间",
-                    "type": "string"
-                },
                 "buyotherfeealgorithm": {
                     "description": "买交收其它费用算法",
                     "type": "integer"
@@ -36926,14 +36846,6 @@
                     "description": "是否允许自动退还定金: 0-否 1-是(52)",
                     "type": "integer"
                 },
-                "cancelaccountid": {
-                    "description": "注销操作员账号",
-                    "type": "integer"
-                },
-                "canceltime": {
-                    "description": "注销时间",
-                    "type": "string"
-                },
                 "closepricemode": {
                     "description": "强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)",
                     "type": "integer"
@@ -36942,14 +36854,6 @@
                     "description": "强平最新价浮动比例 - 方式为2时使用  (\u003c1)买 上浮 (1+x)*最新价卖 下浮 (1-x)*最新价",
                     "type": "number"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "currencyid": {
                     "description": "报价货币ID",
                     "type": "integer"
@@ -36962,10 +36866,6 @@
                     "description": "报价小数位",
                     "type": "integer"
                 },
-                "delistingdate": {
-                    "description": "商品退市时间(状态:退市) -- 已作废",
-                    "type": "string"
-                },
                 "delistingmode": {
                     "description": "退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\\币币兑换)",
                     "type": "integer"
@@ -37026,10 +36926,6 @@
                     "description": "商品显示顺序(99)",
                     "type": "string"
                 },
-                "goodsquotetype": {
-                    "description": "合约报价类型: 1-直接报价  2-间接报价",
-                    "type": "integer"
-                },
                 "goodsstatus": {
                     "description": "商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市",
                     "type": "integer"
@@ -37042,18 +36938,6 @@
                     "description": "报价单位ID",
                     "type": "integer"
                 },
-                "hasquoter": {
-                    "description": "是否有报价商 - 0:无报价商 1:有报价商",
-                    "type": "integer"
-                },
-                "hqprotecttime": {
-                    "description": "行情保护时间(秒)",
-                    "type": "integer"
-                },
-                "innerdealmode": {
-                    "description": "内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今",
-                    "type": "integer"
-                },
                 "isbuylimited": {
                     "description": "是否限制建仓量 - 0:不限制 1:限制",
                     "type": "integer"
@@ -37062,14 +36946,6 @@
                     "description": "游客是否可见 - 0:不可见 1:可见",
                     "type": "integer"
                 },
-                "lasttradedate": {
-                    "description": "最后交易日期(状态:待退市)",
-                    "type": "string"
-                },
-                "listingdate": {
-                    "description": "交易开始日期",
-                    "type": "string"
-                },
                 "marginalgorithm": {
                     "description": "持仓定金方式(49) - 1:比率 2.固定(52)",
                     "type": "number"
@@ -37098,22 +36974,10 @@
                     "description": "点差下限(46)",
                     "type": "number"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
                 "modifystatus": {
                     "description": "变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核",
                     "type": "integer"
                 },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
-                "outerdealmode": {
-                    "description": "外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今",
-                    "type": "integer"
-                },
                 "outgoodscode": {
                     "description": "商品代码(外部)",
                     "type": "string"
@@ -37142,22 +37006,10 @@
                     "description": "行情最小变动单位 [整数,报价小数位一起使用]",
                     "type": "integer"
                 },
-                "quoteshowtype": {
-                    "description": "行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价",
-                    "type": "integer"
-                },
-                "quoteshowtypeinterval": {
-                    "description": "行情报价间隔时间(秒)(成交价时为0)",
-                    "type": "integer"
-                },
                 "relatedgoodsid": {
                     "description": "关联参考商品ID",
                     "type": "integer"
                 },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
-                },
                 "riskcontrolmode": {
                     "description": "风控方式(52、10模式) 1:按单风控 2:按账户风控",
                     "type": "integer"
@@ -38539,10 +38391,6 @@
                 "oricurrencyid": {
                     "description": "源币种ID",
                     "type": "integer"
-                },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
                 }
             }
         },
@@ -38579,10 +38427,6 @@
                 "showbrokerflag": {
                     "description": "是否显示买卖经纪盘 - 0:不显示 1:显示",
                     "type": "integer"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
                 }
             }
         },
@@ -40453,14 +40297,6 @@
                     "description": "强平最新价浮动比例 - 方式为2时使用",
                     "type": "number"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "currencyid": {
                     "description": "报价货币ID",
                     "type": "integer"
@@ -40513,14 +40349,6 @@
                     "description": "所属市场ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "outerdealmode": {
                     "description": "外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今",
                     "type": "integer"
@@ -43826,10 +43654,6 @@
                     "description": "是否可出入金 - 0:不可 1:可",
                     "type": "integer"
                 },
-                "clientroleid": {
-                    "description": "终端角色ID",
-                    "type": "integer"
-                },
                 "haslogined": {
                     "description": "是否已登录 - 0:未登录 1:已登录",
                     "type": "integer"
@@ -43838,18 +43662,10 @@
                     "description": "是否已更改密码 - 0:未修改 1:已修改",
                     "type": "integer"
                 },
-                "lastloginip": {
-                    "description": "最新登录地址",
-                    "type": "string"
-                },
                 "lastloginmode": {
                     "description": "最新登录方式(客户端类型) -  0:保留为未填终端类型 1:PC管理端 2:PC交易端 3:手机客户端_安卓 4:网页客户端 5:微信客户端 6:手机客户端_苹果 7:网上开户客户端 8:无效终端编号 9:报价终端(中江)",
                     "type": "integer"
                 },
-                "lastloginremark": {
-                    "description": "最新登录描述",
-                    "type": "string"
-                },
                 "lastlogintime": {
                     "description": "最新登录时间",
                     "type": "string"
@@ -43866,10 +43682,6 @@
                     "description": "登陆账号",
                     "type": "integer"
                 },
-                "loginport": {
-                    "description": "最新登录端口",
-                    "type": "integer"
-                },
                 "loginstatus": {
                     "description": "登录账号状态 1:正常 2:冻结(停用) 3:无效(注销)",
                     "type": "integer"
@@ -43882,18 +43694,6 @@
                     "description": "手机号码(加密存储)",
                     "type": "string"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifysrc": {
-                    "description": "审核来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "pwdwrongcount": {
                     "description": "密码错误次数",
                     "type": "integer"
@@ -44204,7 +44004,6 @@
             "required": [
                 "marketid",
                 "nexttradedate",
-                "reckonflag",
                 "runstatus",
                 "tradedate",
                 "tradedate2"
@@ -44214,10 +44013,6 @@
                     "description": "下下交易日",
                     "type": "string"
                 },
-                "clearquoteflag": {
-                    "description": "行情清盘标志- 1:未发送 2:已发送 3:已回复",
-                    "type": "integer"
-                },
                 "endTime": {
                     "description": "结束时间",
                     "type": "string"
@@ -44226,14 +44021,6 @@
                     "description": "最新交易日(结算成功)",
                     "type": "string"
                 },
-                "machinedate": {
-                    "description": "机器时间",
-                    "type": "string"
-                },
-                "manualflag": {
-                    "description": "手动开市标志- 0:否 1:是  (市场为手动时,是否触发了手动开市标志)",
-                    "type": "integer"
-                },
                 "marketid": {
                     "description": "市场ID",
                     "type": "integer"
@@ -44246,10 +44033,6 @@
                     "description": "上一交易日",
                     "type": "string"
                 },
-                "reckonflag": {
-                    "description": "结算标识 - 0: 停止结算 1: 正常(管理端控制此字段,交易服务根据此字段判断是否做结算)",
-                    "type": "integer"
-                },
                 "runstatus": {
                     "description": "运行状态 - 0:初始化 1:待开市 2:开市 3:休市 4:手工休市 5:闭市 6:确认行权开始 7:确认行权结束 10:日终处理开始 11:日终处理成功 12:日终处理失败 13基础服务结算开始 14基础服务结算成功 23.资金结算开始 24.资金结算成功 25.资金结算失败 26.系统结算成功 27.系统结算失败 28.盘中处理开始 29.盘中处理成功 30.盘中处理失败 31.资金结算开始(内) 32.资金结算成功(内) 33.资金结算失败(内) 40.签到开始 41.签到成功 42.签到部份成功 43.签到失败 44.签退开始 45.签退成功 46.签退部份成功 47.签退失败 48.对账开始 49.对账成功 50.对账失败 51.清算开始 52.清算成功 53.清算失败 54.清算部分成功 55. 系统结算开始 62.今日免清算",
                     "type": "integer"
@@ -44269,10 +44052,6 @@
                 "tradedate2": {
                     "description": "当前交易日(行情) 在第一个市场待开市时变更为TradeDate,供行情及终端系统使用",
                     "type": "string"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
                 }
             }
         },
@@ -55161,26 +54940,10 @@
                 "paramcode"
             ],
             "properties": {
-                "loginid": {
-                    "description": "更新用户账号,登录账号",
-                    "type": "string"
-                },
-                "modifyflag": {
-                    "description": "修改标志0 不允许修改   1 允许修改",
-                    "type": "integer"
-                },
                 "paramcode": {
                     "description": "参数代码",
                     "type": "string"
                 },
-                "paramname": {
-                    "description": "参数名",
-                    "type": "string"
-                },
-                "paramtype": {
-                    "description": "参数类型  0-通用 1-管理端 2-终端  3-后台 4-商城",
-                    "type": "integer"
-                },
                 "paramvalue": {
                     "description": "参数值",
                     "type": "string"
@@ -55188,30 +54951,6 @@
                 "paramvalue2": {
                     "description": "参数值(CLOB)",
                     "type": "string"
-                },
-                "regexpress": {
-                    "description": "正则表达式",
-                    "type": "string"
-                },
-                "remark": {
-                    "description": "备注",
-                    "type": "string"
-                },
-                "serverip": {
-                    "description": "限制服务器IP,备份参数,现在界面不用显示0.0.0.0则无限制,是通用参数192.168.0.211 指定服务器的参数配置",
-                    "type": "string"
-                },
-                "showflag": {
-                    "description": "是否显示0 不显示   1 显示",
-                    "type": "integer"
-                },
-                "updatetime": {
-                    "description": "更新时间",
-                    "type": "string"
-                },
-                "userid": {
-                    "description": "更新用户ID",
-                    "type": "integer"
                 }
             }
         },
@@ -55520,26 +55259,10 @@
                         "$ref": "#/definitions/models.Tcegcgoodsconfig"
                     }
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "建仓人",
-                    "type": "integer"
-                },
                 "defaultgoodsid": {
                     "description": "默认商品ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "orderindex": {
                     "description": "显示顺序",
                     "type": "integer"
@@ -56436,10 +56159,6 @@
                     "description": "商品配置ID(SEQ_TCE_GCGoodsConfig)",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57653,10 +57372,6 @@
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57678,10 +57393,6 @@
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -57707,10 +57418,6 @@
                     "description": "账号ID",
                     "type": "integer"
                 },
-                "createdate": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
                 "goodsid": {
                     "description": "商品ID",
                     "type": "integer"
@@ -58948,50 +58655,18 @@
                     "description": "账户状态 -  1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)",
                     "type": "integer"
                 },
-                "applysrc": {
-                    "description": "申请来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
                 "auditremark": {
                     "description": "审核备注",
                     "type": "string"
                 },
-                "auditsrc": {
-                    "description": "审核来源 - 1:管理端 2:终端",
-                    "type": "integer"
-                },
-                "audittime": {
-                    "description": "审核时间",
-                    "type": "string"
-                },
-                "audituserid": {
-                    "description": "审核人",
-                    "type": "integer"
-                },
                 "broker": {
                     "description": "所属经纪人ID",
                     "type": "integer"
                 },
-                "canceltime": {
-                    "description": "销户时间",
-                    "type": "string"
-                },
-                "canceluserid": {
-                    "description": "销户人",
-                    "type": "integer"
-                },
                 "canrecommend": {
                     "description": "是否可推荐 - 0:不可 1;可",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "curscore": {
                     "description": "积分",
                     "type": "integer"
@@ -59016,10 +58691,6 @@
                     "description": "所属会员ID",
                     "type": "integer"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
                 "modifyremark": {
                     "description": "变更备注",
                     "type": "string"
@@ -59028,10 +58699,6 @@
                     "description": "变更状态 1 未变更 2 变更中 3 变更待审核 4 变更待复核(投资者)",
                     "type": "integer"
                 },
-                "modifytime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "parenttopuser": {
                     "description": "上级顶级机构 [092=0,1时,默认为1, 092=2时若自已为顶级,则填入自己,自己不为顶级,填入ParentUserID的\"ParentTopUser\"]",
                     "type": "string"
@@ -59346,14 +59013,6 @@
                     "description": "国家",
                     "type": "integer"
                 },
-                "createtime": {
-                    "description": "创建时间",
-                    "type": "string"
-                },
-                "creatorid": {
-                    "description": "创建人",
-                    "type": "integer"
-                },
                 "customername": {
                     "description": "客户名称(企业名称)",
                     "type": "string"
@@ -59406,14 +59065,6 @@
                     "description": "手机号码[明文-尚志]",
                     "type": "string"
                 },
-                "modifierid": {
-                    "description": "修改人",
-                    "type": "integer"
-                },
-                "modifiertime": {
-                    "description": "修改时间",
-                    "type": "string"
-                },
                 "needinvoice": {
                     "description": "是否需要发票 - 0:不需要 1:需要",
                     "type": "integer"

+ 0 - 262
docs/swagger.yaml

@@ -629,18 +629,9 @@ definitions:
     type: object
   common.QueryImageConfigsRsp:
     properties:
-      areauserid:
-        description: 所属机构ID
-        type: integer
       configid:
         description: 配置ID(SEQ_SZDZ2_IMAGECONFIG)
         type: integer
-      createdate:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人
-        type: integer
       imagedetailpath:
         description: 详情图片 [UrlType = 3时 有且必填,其它类型不需要]
         type: string
@@ -656,9 +647,6 @@ definitions:
       marketid:
         description: 市场ID
         type: integer
-      modifierid:
-        description: 操作人
-        type: integer
       sort:
         description: 排序
         type: integer
@@ -668,9 +656,6 @@ definitions:
       trademode:
         description: 交易模式
         type: integer
-      updatedate:
-        description: 修改时间
-        type: string
       url:
         description: 链接(地址或商品ID)
         type: string
@@ -682,30 +667,12 @@ definitions:
     type: object
   common.QueryNoticeRsp:
     properties:
-      auditoruserid:
-        description: 审核人
-        type: integer
-      auditremark:
-        description: 审核备注
-        type: string
-      audittime:
-        description: 审核日期
-        type: string
       autoid:
         description: 自增ID
         type: integer
       content:
         description: 内容
         type: string
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 建仓人
-        type: integer
-      endtime:
-        description: 结束时间
-        type: string
       isforcedisplay:
         description: 是否强制显示 - 0:不强制 1:强制
         type: integer
@@ -724,21 +691,12 @@ definitions:
       readed:
         description: 是否已读
         type: boolean
-      scheduletime:
-        description: 计划发送时间
-        type: string
-      sendtype:
-        description: 推送方式 - 1:全体广播 2:按会员广播 3:个人推送 4:按会员广播(仅会员)
-        type: integer
       sentstatus:
         description: 推送状态 - 0:未推送 1:已推送 2:审核拒绝
         type: integer
       title:
         description: 标题
         type: string
-      userid:
-        description: 会员/投资者ID推送方式 为 个人时,填写投资者ID
-        type: integer
     required:
     - autoid
     type: object
@@ -4304,24 +4262,12 @@ definitions:
     type: object
   models.Arearole:
     properties:
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人ID
-        type: integer
       fromuserid:
         description: 所属机构(组织机构)( OrgType = 1时为自己, = 2\3时取上级机构的所属机构)
         type: integer
       isreturnscore:
         description: 是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还
         type: integer
-      modifierid:
-        description: 修改人ID
-        type: integer
-      modifytime:
-        description: 修改时间
-        type: string
       orgtype:
         description: 组织机构类型 1:机构\分支节点 2:交易员\叶子节点 3:部门\分支节点
         type: integer
@@ -9452,12 +9398,6 @@ definitions:
       areauserid:
         description: 所属机构
         type: integer
-      auditaccountid:
-        description: 审核操作员账号
-        type: integer
-      audittime:
-        description: 审核时间
-        type: string
       buyotherfeealgorithm:
         description: 买交收其它费用算法
         type: integer
@@ -9482,24 +9422,12 @@ definitions:
       canautorefunddeposit:
         description: '是否允许自动退还定金: 0-否 1-是(52)'
         type: integer
-      cancelaccountid:
-        description: 注销操作员账号
-        type: integer
-      canceltime:
-        description: 注销时间
-        type: string
       closepricemode:
         description: 强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)
         type: integer
       closepriceparam:
         description: 强平最新价浮动比例 - 方式为2时使用  (<1)买 上浮 (1+x)*最新价卖 下浮 (1-x)*最新价
         type: number
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人
-        type: integer
       currencyid:
         description: 报价货币ID
         type: integer
@@ -9509,9 +9437,6 @@ definitions:
       decimalplace:
         description: 报价小数位
         type: integer
-      delistingdate:
-        description: 商品退市时间(状态:退市) -- 已作废
-        type: string
       delistingmode:
         description: 退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\币币兑换)
         type: integer
@@ -9557,9 +9482,6 @@ definitions:
       goodsorder:
         description: 商品显示顺序(99)
         type: string
-      goodsquotetype:
-        description: '合约报价类型: 1-直接报价  2-间接报价'
-        type: integer
       goodsstatus:
         description: 商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市
         type: integer
@@ -9569,27 +9491,12 @@ definitions:
       goodunitid:
         description: 报价单位ID
         type: integer
-      hasquoter:
-        description: 是否有报价商 - 0:无报价商 1:有报价商
-        type: integer
-      hqprotecttime:
-        description: 行情保护时间(秒)
-        type: integer
-      innerdealmode:
-        description: 内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今
-        type: integer
       isbuylimited:
         description: 是否限制建仓量 - 0:不限制 1:限制
         type: integer
       isvisible:
         description: 游客是否可见 - 0:不可见 1:可见
         type: integer
-      lasttradedate:
-        description: 最后交易日期(状态:待退市)
-        type: string
-      listingdate:
-        description: 交易开始日期
-        type: string
       marginalgorithm:
         description: 持仓定金方式(49) - 1:比率 2.固定(52)
         type: number
@@ -9611,18 +9518,9 @@ definitions:
       minspread:
         description: 点差下限(46)
         type: number
-      modifierid:
-        description: 修改人
-        type: integer
       modifystatus:
         description: 变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核
         type: integer
-      modifytime:
-        description: 修改时间
-        type: string
-      outerdealmode:
-        description: 外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今
-        type: integer
       outgoodscode:
         description: 商品代码(外部)
         type: string
@@ -9644,18 +9542,9 @@ definitions:
       quoteminunit:
         description: 行情最小变动单位 [整数,报价小数位一起使用]
         type: integer
-      quoteshowtype:
-        description: '行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价'
-        type: integer
-      quoteshowtypeinterval:
-        description: 行情报价间隔时间(秒)(成交价时为0)
-        type: integer
       relatedgoodsid:
         description: 关联参考商品ID
         type: integer
-      remark:
-        description: 备注
-        type: string
       riskcontrolmode:
         description: 风控方式(52、10模式) 1:按单风控 2:按账户风控
         type: integer
@@ -10680,9 +10569,6 @@ definitions:
       oricurrencyid:
         description: 源币种ID
         type: integer
-      remark:
-        description: 备注
-        type: string
     type: object
   models.Externalexchange:
     properties:
@@ -10707,9 +10593,6 @@ definitions:
       showbrokerflag:
         description: 是否显示买卖经纪盘 - 0:不显示 1:显示
         type: integer
-      updatetime:
-        description: 更新时间
-        type: string
     required:
     - autoid
     type: object
@@ -12084,12 +11967,6 @@ definitions:
       closepriceparam:
         description: 强平最新价浮动比例 - 方式为2时使用
         type: number
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人
-        type: integer
       currencyid:
         description: 报价货币ID
         type: integer
@@ -12129,12 +12006,6 @@ definitions:
       marketid:
         description: 所属市场ID
         type: integer
-      modifierid:
-        description: 修改人
-        type: integer
-      modifytime:
-        description: 修改时间
-        type: string
       outerdealmode:
         description: 外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今
         type: integer
@@ -14625,25 +14496,16 @@ definitions:
       canoutin:
         description: 是否可出入金 - 0:不可 1:可
         type: integer
-      clientroleid:
-        description: 终端角色ID
-        type: integer
       haslogined:
         description: 是否已登录 - 0:未登录 1:已登录
         type: integer
       hasupdatedpwd:
         description: 是否已更改密码 - 0:未修改 1:已修改
         type: integer
-      lastloginip:
-        description: 最新登录地址
-        type: string
       lastloginmode:
         description: 最新登录方式(客户端类型) -  0:保留为未填终端类型 1:PC管理端 2:PC交易端 3:手机客户端_安卓 4:网页客户端
           5:微信客户端 6:手机客户端_苹果 7:网上开户客户端 8:无效终端编号 9:报价终端(中江)
         type: integer
-      lastloginremark:
-        description: 最新登录描述
-        type: string
       lastlogintime:
         description: 最新登录时间
         type: string
@@ -14656,9 +14518,6 @@ definitions:
       loginid:
         description: 登陆账号
         type: integer
-      loginport:
-        description: 最新登录端口
-        type: integer
       loginstatus:
         description: 登录账号状态 1:正常 2:冻结(停用) 3:无效(注销)
         type: integer
@@ -14668,15 +14527,6 @@ definitions:
       mobile:
         description: 手机号码(加密存储)
         type: string
-      modifierid:
-        description: 修改人
-        type: integer
-      modifysrc:
-        description: 审核来源 - 1:管理端 2:终端
-        type: integer
-      modifytime:
-        description: 修改时间
-        type: string
       pwdwrongcount:
         description: 密码错误次数
         type: integer
@@ -14914,21 +14764,12 @@ definitions:
       afternexttradedate:
         description: 下下交易日
         type: string
-      clearquoteflag:
-        description: 行情清盘标志- 1:未发送 2:已发送 3:已回复
-        type: integer
       endTime:
         description: 结束时间
         type: string
       lastreckondate:
         description: 最新交易日(结算成功)
         type: string
-      machinedate:
-        description: 机器时间
-        type: string
-      manualflag:
-        description: 手动开市标志- 0:否 1:是  (市场为手动时,是否触发了手动开市标志)
-        type: integer
       marketid:
         description: 市场ID
         type: integer
@@ -14938,9 +14779,6 @@ definitions:
       pretradedate:
         description: 上一交易日
         type: string
-      reckonflag:
-        description: '结算标识 - 0: 停止结算 1: 正常(管理端控制此字段,交易服务根据此字段判断是否做结算)'
-        type: integer
       runstatus:
         description: 运行状态 - 0:初始化 1:待开市 2:开市 3:休市 4:手工休市 5:闭市 6:确认行权开始 7:确认行权结束 10:日终处理开始
           11:日终处理成功 12:日终处理失败 13基础服务结算开始 14基础服务结算成功 23.资金结算开始 24.资金结算成功 25.资金结算失败
@@ -14961,13 +14799,9 @@ definitions:
       tradedate2:
         description: 当前交易日(行情) 在第一个市场待开市时变更为TradeDate,供行情及终端系统使用
         type: string
-      updatetime:
-        description: 更新时间
-        type: string
     required:
     - marketid
     - nexttradedate
-    - reckonflag
     - runstatus
     - tradedate
     - tradedate2
@@ -23031,45 +22865,15 @@ definitions:
     type: object
   models.Systemparam:
     properties:
-      loginid:
-        description: 更新用户账号,登录账号
-        type: string
-      modifyflag:
-        description: 修改标志0 不允许修改   1 允许修改
-        type: integer
       paramcode:
         description: 参数代码
         type: string
-      paramname:
-        description: 参数名
-        type: string
-      paramtype:
-        description: 参数类型  0-通用 1-管理端 2-终端  3-后台 4-商城
-        type: integer
       paramvalue:
         description: 参数值
         type: string
       paramvalue2:
         description: 参数值(CLOB)
         type: string
-      regexpress:
-        description: 正则表达式
-        type: string
-      remark:
-        description: 备注
-        type: string
-      serverip:
-        description: 限制服务器IP,备份参数,现在界面不用显示0.0.0.0则无限制,是通用参数192.168.0.211 指定服务器的参数配置
-        type: string
-      showflag:
-        description: 是否显示0 不显示   1 显示
-        type: integer
-      updatetime:
-        description: 更新时间
-        type: string
-      userid:
-        description: 更新用户ID
-        type: integer
     required:
     - paramcode
     type: object
@@ -23297,21 +23101,9 @@ definitions:
         items:
           $ref: '#/definitions/models.Tcegcgoodsconfig'
         type: array
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 建仓人
-        type: integer
       defaultgoodsid:
         description: 默认商品ID
         type: integer
-      modifierid:
-        description: 修改人
-        type: integer
-      modifytime:
-        description: 修改时间
-        type: string
       orderindex:
         description: 显示顺序
         type: integer
@@ -23960,9 +23752,6 @@ definitions:
       configid:
         description: 商品配置ID(SEQ_TCE_GCGoodsConfig)
         type: integer
-      createtime:
-        description: 创建时间
-        type: string
       goodsid:
         description: 商品ID
         type: integer
@@ -24864,9 +24653,6 @@ definitions:
       accountid:
         description: 账号ID
         type: integer
-      createdate:
-        description: 创建时间
-        type: string
       goodsid:
         description: 商品ID
         type: integer
@@ -24882,9 +24668,6 @@ definitions:
       accountid:
         description: 账号ID
         type: integer
-      createdate:
-        description: 创建时间
-        type: string
       goodsid:
         description: 商品ID
         type: integer
@@ -24903,9 +24686,6 @@ definitions:
       accountid:
         description: 账号ID
         type: integer
-      createdate:
-        description: 创建时间
-        type: string
       goodsid:
         description: 商品ID
         type: integer
@@ -25825,39 +25605,15 @@ definitions:
       accountstatus:
         description: 账户状态 -  1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)
         type: integer
-      applysrc:
-        description: 申请来源 - 1:管理端 2:终端
-        type: integer
       auditremark:
         description: 审核备注
         type: string
-      auditsrc:
-        description: 审核来源 - 1:管理端 2:终端
-        type: integer
-      audittime:
-        description: 审核时间
-        type: string
-      audituserid:
-        description: 审核人
-        type: integer
       broker:
         description: 所属经纪人ID
         type: integer
-      canceltime:
-        description: 销户时间
-        type: string
-      canceluserid:
-        description: 销户人
-        type: integer
       canrecommend:
         description: 是否可推荐 - 0:不可 1;可
         type: integer
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人
-        type: integer
       curscore:
         description: 积分
         type: integer
@@ -25876,18 +25632,12 @@ definitions:
       memberuserid:
         description: 所属会员ID
         type: integer
-      modifierid:
-        description: 修改人
-        type: integer
       modifyremark:
         description: 变更备注
         type: string
       modifystatus:
         description: 变更状态 1 未变更 2 变更中 3 变更待审核 4 变更待复核(投资者)
         type: integer
-      modifytime:
-        description: 修改时间
-        type: string
       parenttopuser:
         description: 上级顶级机构 [092=0,1时,默认为1, 092=2时若自已为顶级,则填入自己,自己不为顶级,填入ParentUserID的"ParentTopUser"]
         type: string
@@ -26120,12 +25870,6 @@ definitions:
       countryid:
         description: 国家
         type: integer
-      createtime:
-        description: 创建时间
-        type: string
-      creatorid:
-        description: 创建人
-        type: integer
       customername:
         description: 客户名称(企业名称)
         type: string
@@ -26165,12 +25909,6 @@ definitions:
       mobile2:
         description: 手机号码[明文-尚志]
         type: string
-      modifierid:
-        description: 修改人
-        type: integer
-      modifiertime:
-        description: 修改时间
-        type: string
       needinvoice:
         description: 是否需要发票 - 0:不需要 1:需要
         type: integer

+ 25 - 25
models/account.go

@@ -21,22 +21,22 @@ type Loginaccount struct {
 	Loginstatus        int32     `json:"loginstatus"  xorm:"LOGINSTATUS"`               // 登录账号状态 1:正常 2:冻结(停用) 3:无效(注销)
 	Lastlogintime      time.Time `json:"lastlogintime"  xorm:"LASTLOGINTIME"`           // 最新登录时间
 	Lastloginmode      int32     `json:"lastloginmode"  xorm:"LASTLOGINMODE"`           // 最新登录方式(客户端类型) -  0:保留为未填终端类型 1:PC管理端 2:PC交易端 3:手机客户端_安卓 4:网页客户端 5:微信客户端 6:手机客户端_苹果 7:网上开户客户端 8:无效终端编号 9:报价终端(中江)
-	Lastloginip        string    `json:"lastloginip"  xorm:"LASTLOGINIP"`               // 最新登录地址
-	Loginport          int32     `json:"loginport"  xorm:"LOGINPORT"`                   // 最新登录端口
-	Lastloginremark    string    `json:"lastloginremark"  xorm:"LASTLOGINREMARK"`       // 最新登录描述
-	Modifytime         time.Time `json:"modifytime"  xorm:"MODIFYTIME"`                 // 修改时间
-	Modifierid         int64     `json:"modifierid"  xorm:"MODIFIERID"`                 // 修改人
+	Lastloginip        string    `json:"-"  xorm:"LASTLOGINIP"`                         // 最新登录地址
+	Loginport          int32     `json:"-"  xorm:"LOGINPORT"`                           // 最新登录端口
+	Lastloginremark    string    `json:"-"  xorm:"LASTLOGINREMARK"`                     // 最新登录描述
+	Modifytime         time.Time `json:"-"  xorm:"MODIFYTIME"`                          // 修改时间
+	Modifierid         int64     `json:"-"  xorm:"MODIFIERID"`                          // 修改人
 	Pwdwrongcount      int32     `json:"pwdwrongcount"  xorm:"PWDWRONGCOUNT"`           // 密码错误次数
 	Unfreezetime       time.Time `json:"unfreezetime"  xorm:"UNFREEZETIME"`             // 账户解冻时间
 	Haslogined         int32     `json:"haslogined"  xorm:"HASLOGINED"`                 // 是否已登录 - 0:未登录 1:已登录
 	Hasupdatedpwd      int32     `json:"hasupdatedpwd"  xorm:"HASUPDATEDPWD"`           // 是否已更改密码 - 0:未修改 1:已修改
 	Logincode          string    `json:"logincode"  xorm:"LOGINCODE"`                   // 登录代码
 	Canoutin           int32     `json:"canoutin"  xorm:"CANOUTIN"`                     // 是否可出入金 - 0:不可 1:可
-	Clientroleid       int32     `json:"clientroleid"  xorm:"CLIENTROLEID"`             // 终端角色ID
+	Clientroleid       int32     `json:"-"  xorm:"CLIENTROLEID"`                        // 终端角色ID
 	Taaccountrighttype int32     `json:"taaccountrighttype"  xorm:"TAACCOUNTRIGHTTYPE"` // 资金账号权限类型 - 1:不选默认为所有权限 2:不选默认为无权限
 	Mobile             string    `json:"mobile"  xorm:"MOBILE"`                         // 手机号码(加密存储)
 	Accountname        string    `json:"-"  xorm:"ACCOUNTNAME"`                         // 账户名称
-	Modifysrc          int32     `json:"modifysrc"  xorm:"MODIFYSRC"`                   // 审核来源 - 1:管理端 2:终端
+	Modifysrc          int32     `json:"-"  xorm:"MODIFYSRC"`                           // 审核来源 - 1:管理端 2:终端
 	Relateduserid      int64     `json:"relateduserid"  xorm:"RELATEDUSERID"`           // 关联用户ID(机构)
 }
 
@@ -190,15 +190,15 @@ type Useraccount struct {
 	Memberuserid     int64     `json:"memberuserid"  xorm:"MEMBERUSERID"`         // 所属会员ID
 	Accountstatus    int32     `json:"accountstatus"  xorm:"ACCOUNTSTATUS"`       // 账户状态 -  1:待激活 2:待审核 3:待复审 4:正常 5:审核拒绝 6:停用(注销) 7:注销(删除)
 	Reckonaccountid  int64     `json:"reckonaccountid"  xorm:"RECKONACCOUNTID"`   // 默认结算资金账号ID(机构分润使用) 作废
-	Createtime       time.Time `json:"createtime"  xorm:"CREATETIME"`             // 创建时间
-	Creatorid        int64     `json:"creatorid"  xorm:"CREATORID"`               // 创建人
-	Audittime        time.Time `json:"audittime"  xorm:"AUDITTIME"`               // 审核时间
-	Audituserid      int64     `json:"audituserid"  xorm:"AUDITUSERID"`           // 审核人
+	Createtime       time.Time `json:"-"  xorm:"CREATETIME"`                      // 创建时间
+	Creatorid        int64     `json:"-"  xorm:"CREATORID"`                       // 创建人
+	Audittime        time.Time `json:"-"  xorm:"AUDITTIME"`                       // 审核时间
+	Audituserid      int64     `json:"-"  xorm:"AUDITUSERID"`                     // 审核人
 	Auditremark      string    `json:"auditremark"  xorm:"AUDITREMARK"`           // 审核备注
-	Canceltime       time.Time `json:"canceltime"  xorm:"CANCELTIME"`             // 销户时间
-	Canceluserid     int64     `json:"canceluserid"  xorm:"CANCELUSERID"`         // 销户人
-	Modifytime       time.Time `json:"modifytime"  xorm:"MODIFYTIME"`             // 修改时间
-	Modifierid       int64     `json:"modifierid"  xorm:"MODIFIERID"`             // 修改人
+	Canceltime       time.Time `json:"-"  xorm:"CANCELTIME"`                      // 销户时间
+	Canceluserid     int64     `json:"-"  xorm:"CANCELUSERID"`                    // 销户人
+	Modifytime       time.Time `json:"-"  xorm:"MODIFYTIME"`                      // 修改时间
+	Modifierid       int64     `json:"-"  xorm:"MODIFIERID"`                      // 修改人
 	Modifyremark     string    `json:"modifyremark"  xorm:"MODIFYREMARK"`         // 变更备注
 	Maxinvestornum   int64     `json:"maxinvestornum"  xorm:"MAXINVESTORNUM"`     // 最大用户数(经纪会员下投资者个数)
 	Hasauth          int32     `json:"hasauth"  xorm:"HASAUTH"`                   // 是否已实名认证 - 0:未认证 1:已认证 2:已提交(待审核) 3:已拒绝
@@ -207,8 +207,8 @@ type Useraccount struct {
 	Isanonymous      int32     `json:"isanonymous"  xorm:"ISANONYMOUS"`           // 是否匿名下单 - 0:否 1:是
 	Parenttopuser    string    `json:"parenttopuser"  xorm:"PARENTTOPUSER"`       // 上级顶级机构 [092=0,1时,默认为1, 092=2时若自已为顶级,则填入自己,自己不为顶级,填入ParentUserID的"ParentTopUser"]
 	Subaccountlevel  int32     `json:"subaccountlevel"  xorm:"SUBACCOUNTLEVEL"`   // 子账户层数
-	Applysrc         int32     `json:"applysrc"  xorm:"APPLYSRC"`                 // 申请来源 - 1:管理端 2:终端
-	Auditsrc         int32     `json:"auditsrc"  xorm:"AUDITSRC"`                 // 审核来源 - 1:管理端 2:终端
+	Applysrc         int32     `json:"-"  xorm:"APPLYSRC"`                        // 申请来源 - 1:管理端 2:终端
+	Auditsrc         int32     `json:"-"  xorm:"AUDITSRC"`                        // 审核来源 - 1:管理端 2:终端
 	Rootuserid       int64     `json:"rootuserid"  xorm:"ROOTUSERID"`             // 根用户ID
 	Canrecommend     int32     `json:"canrecommend"  xorm:"CANRECOMMEND"`         // 是否可推荐 - 0:不可 1;可
 
@@ -255,10 +255,10 @@ type Userinfo struct {
 	Company                string    `json:"company"  xorm:"'COMPANY'"`                               // 公司(个人)
 	Address                string    `json:"address"  xorm:"'ADDRESS'"`                               // 地址
 	Postalcode             string    `json:"postalcode"  xorm:"'POSTALCODE'"`                         // 邮政编码
-	Createtime             time.Time `json:"createtime"  xorm:"'CREATETIME'"`                         // 创建时间
-	Creatorid              int64     `json:"creatorid"  xorm:"'CREATORID'"`                           // 创建人
-	Modifiertime           time.Time `json:"modifiertime"  xorm:"'MODIFIERTIME'"`                     // 修改时间
-	Modifierid             int64     `json:"modifierid"  xorm:"'MODIFIERID'"`                         // 修改人
+	Createtime             time.Time `json:"-"  xorm:"'CREATETIME'"`                                  // 创建时间
+	Creatorid              int64     `json:"-"  xorm:"'CREATORID'"`                                   // 创建人
+	Modifiertime           time.Time `json:"-"  xorm:"'MODIFIERTIME'"`                                // 修改时间
+	Modifierid             int64     `json:"-"  xorm:"'MODIFIERID'"`                                  // 修改人
 	Remark                 string    `json:"remark"  xorm:"'REMARK'"`                                 // 备注
 	Wskhinfo               string    `json:"wskhinfo"  xorm:"'WSKHINFO'"`                             // 开户申请信息(JSON)
 	Signpdfurl             string    `json:"signpdfurl"  xorm:"'SIGNPDFURL'"`                         // 签约pdf文件
@@ -312,10 +312,10 @@ type Arearole struct {
 	Userid         int64     `json:"userid"  xorm:"USERID" binding:"required"`     // 机构用户ID其他做市关系,都设置为 1
 	Roletype       int32     `json:"roletype"  xorm:"ROLETYPE" binding:"required"` // 角色类型 -  1:交易所 2:运营机构 3:营销中心 4:仓库机构 5:三方服务机构 6:自营会员 7:经纪会员 8:做市会员 9:产业会员 10:金融机构 11:商城店铺 12:子机构 13:报价商 14:积分服务商 15:供货商 16:圈内会员 17:物流机构 18:报价配置机构 19:场外期权做市商 20:组织机构 21:顶级机构 22:业务员 23:跟单员 24:交易员 25:客户      98:代理 99:门店
 	Tradeaccountid int64     `json:"tradeaccountid"  xorm:"TRADEACCOUNTID"`        // 默认交易资金账号ID(做市会员被动接单使用、商城店铺默认资金账 号、圈内会员默认资金账号)  - 作废, 使用UserReckonAccount
-	Createtime     time.Time `json:"createtime"  xorm:"CREATETIME"`                // 创建时间
-	Creatorid      int64     `json:"creatorid"  xorm:"CREATORID"`                  // 创建人ID
-	Modifytime     time.Time `json:"modifytime"  xorm:"MODIFYTIME"`                // 修改时间
-	Modifierid     int64     `json:"modifierid"  xorm:"MODIFIERID"`                // 修改人ID
+	Createtime     time.Time `json:"-"  xorm:"CREATETIME"`                         // 创建时间
+	Creatorid      int64     `json:"-"  xorm:"CREATORID"`                          // 创建人ID
+	Modifytime     time.Time `json:"-"  xorm:"MODIFYTIME"`                         // 修改时间
+	Modifierid     int64     `json:"-"  xorm:"MODIFIERID"`                         // 修改人ID
 	Shoppassword   string    `json:"shoppassword"  xorm:"SHOPPASSWORD"`            // 商城店铺登陆密码(商城店铺角色使用)
 	Isreturnscore  int32     `json:"isreturnscore"  xorm:"ISRETURNSCORE"`          // 是否返还积分 [经纪会员-辽东湾] - 0:不返还 1:返还
 	Transurl       string    `json:"transurl"  xorm:"TRANSURL"`                    // 物流地址(物流机构)

+ 20 - 20
models/common.go

@@ -140,18 +140,18 @@ type Noticemsg struct {
 	Msgtype        int32     `json:"msgtype"  xorm:"'MSGTYPE'"`                  // 消息类型 - 1:公告通知 2:系统消息 3:商品到期提货通知
 	Title          string    `json:"title"  xorm:"'TITLE'"`                      // 标题
 	Content        string    `json:"content"  xorm:"'CONTENT'"`                  // 内容
-	Scheduletime   time.Time `json:"scheduletime"  xorm:"'SCHEDULETIME'"`        // 计划发送时间
+	Scheduletime   time.Time `json:"-"  xorm:"'SCHEDULETIME'"`                   // 计划发送时间
 	Publisher      string    `json:"publisher"  xorm:"'PUBLISHER'"`              // 消息发布者
-	Sendtype       int32     `json:"sendtype"  xorm:"'SENDTYPE'"`                // 推送方式 - 1:全体广播 2:按会员广播 3:个人推送 4:按会员广播(仅会员)
-	Userid         int64     `json:"userid"  xorm:"'USERID'"`                    // 会员/投资者ID推送方式 为 个人时,填写投资者ID
+	Sendtype       int32     `json:"-"  xorm:"'SENDTYPE'"`                       // 推送方式 - 1:全体广播 2:按会员广播 3:个人推送 4:按会员广播(仅会员)
+	Userid         int64     `json:"-"  xorm:"'USERID'"`                         // 会员/投资者ID推送方式 为 个人时,填写投资者ID
 	Istop          int32     `json:"istop"  xorm:"'ISTOP'"`                      // 是否置顶 - 0:不置顶 1:置顶
 	Sentstatus     int32     `json:"sentstatus"  xorm:"'SENTSTATUS'"`            // 推送状态 - 0:未推送 1:已推送 2:审核拒绝
-	Endtime        time.Time `json:"endtime"  xorm:"'ENDTIME'"`                  // 结束时间
-	Creatorid      int64     `json:"creatorid"  xorm:"'CREATORID'"`              // 建仓人
-	Createtime     time.Time `json:"createtime"  xorm:"'CREATETIME'"`            // 创建时间
-	Auditoruserid  int64     `json:"auditoruserid"  xorm:"'AUDITORUSERID'"`      // 审核人
-	Audittime      time.Time `json:"audittime"  xorm:"'AUDITTIME'"`              // 审核日期
-	Auditremark    string    `json:"auditremark"  xorm:"'AUDITREMARK'"`          // 审核备注
+	Endtime        time.Time `json:"-"  xorm:"'ENDTIME'"`                        // 结束时间
+	Creatorid      int64     `json:"-"  xorm:"'CREATORID'"`                      // 建仓人
+	Createtime     time.Time `json:"-"  xorm:"'CREATETIME'"`                     // 创建时间
+	Auditoruserid  int64     `json:"-"  xorm:"'AUDITORUSERID'"`                  // 审核人
+	Audittime      time.Time `json:"-"  xorm:"'AUDITTIME'"`                      // 审核日期
+	Auditremark    string    `json:"-"  xorm:"'AUDITREMARK'"`                    // 审核备注
 	Msgiconurl     string    `json:"msgiconurl"  xorm:"'MSGICONURL'"`            // 消息图标Url
 	IsforceDisplay int32     `json:"isforcedisplay"  xorm:"'ISFORCEDISPLAY'"`    // 是否强制显示 - 0:不强制 1:强制
 }
@@ -246,18 +246,18 @@ func (Errorcode) TableName() string {
 // Systemparam 系统参数表
 type Systemparam struct {
 	Paramcode   string    `json:"paramcode"  xorm:"'PARAMCODE'" binding:"required"` // 参数代码
-	Paramname   string    `json:"paramname"  xorm:"'PARAMNAME'"`                    // 参数名
+	Paramname   string    `json:"-"  xorm:"'PARAMNAME'"`                            // 参数名
 	Paramvalue  string    `json:"paramvalue"  xorm:"'PARAMVALUE'"`                  // 参数值
-	Paramtype   int32     `json:"paramtype"  xorm:"'PARAMTYPE'"`                    // 参数类型  0-通用 1-管理端 2-终端  3-后台 4-商城
-	Showflag    int32     `json:"showflag"  xorm:"'SHOWFLAG'"`                      // 是否显示0 不显示   1 显示
-	Modifyflag  int32     `json:"modifyflag"  xorm:"'MODIFYFLAG'"`                  // 修改标志0 不允许修改   1 允许修改
-	Serverip    string    `json:"serverip"  xorm:"'SERVERIP'"`                      // 限制服务器IP,备份参数,现在界面不用显示0.0.0.0则无限制,是通用参数192.168.0.211 指定服务器的参数配置
-	Userid      int64     `json:"userid"  xorm:"'USERID'"`                          // 更新用户ID
-	Loginid     string    `json:"loginid"  xorm:"'LOGINID'"`                        // 更新用户账号,登录账号
-	Updatetime  time.Time `json:"updatetime"  xorm:"'UPDATETIME'"`                  // 更新时间
-	Remark      string    `json:"remark"  xorm:"'REMARK'"`                          // 备注
+	Paramtype   int32     `json:"-"  xorm:"'PARAMTYPE'"`                            // 参数类型  0-通用 1-管理端 2-终端  3-后台 4-商城
+	Showflag    int32     `json:"-"  xorm:"'SHOWFLAG'"`                             // 是否显示0 不显示   1 显示
+	Modifyflag  int32     `json:"-"  xorm:"'MODIFYFLAG'"`                           // 修改标志0 不允许修改   1 允许修改
+	Serverip    string    `json:"-"  xorm:"'SERVERIP'"`                             // 限制服务器IP,备份参数,现在界面不用显示0.0.0.0则无限制,是通用参数192.168.0.211 指定服务器的参数配置
+	Userid      int64     `json:"-"  xorm:"'USERID'"`                               // 更新用户ID
+	Loginid     string    `json:"-"  xorm:"'LOGINID'"`                              // 更新用户账号,登录账号
+	Updatetime  time.Time `json:"-"  xorm:"'UPDATETIME'"`                           // 更新时间
+	Remark      string    `json:"-"  xorm:"'REMARK'"`                               // 备注
 	Paramvalue2 string    `json:"paramvalue2"  xorm:"'PARAMVALUE2'"`                // 参数值(CLOB)
-	Regexpress  string    `json:"regexpress"  xorm:"'REGEXPRESS'"`                  // 正则表达式
+	Regexpress  string    `json:"-"  xorm:"'REGEXPRESS'"`                           // 正则表达式
 }
 
 // TableName is SYSTEMPARAM
@@ -1212,7 +1212,7 @@ type Exchangerateconfig struct {
 	ORICURRENCYID int32     `json:"oricurrencyid" xorm:"ORICURRENCYID" form:"oricurrencyid"` // 源币种ID
 	DESCURRENCYID int32     `json:"descurrencyid" xorm:"DESCURRENCYID" form:"descurrencyid"` // 目标币种ID
 	EXCHANGERATE  float64   `json:"exchangerate" xorm:"EXCHANGERATE"`                        // 汇率
-	REMARK        string    `json:"remark" xorm:"REMARK"`                                    // 备注
+	REMARK        string    `json:"-" xorm:"REMARK"`                                         // 备注
 	UPDATEBY      int64     `json:"-" xorm:"UPDATEBY"`                                       // 更新人
 	UPDATETIME    time.Time `json:"-" xorm:"UPDATETIME"`                                     // 更新时间
 

+ 55 - 55
models/ermcpGoods.go

@@ -26,61 +26,61 @@ func (Goodssortbypreposition) TableName() string {
 }
 
 type ErmcpGoods struct {
-	Goodsid               int64     `json:"goodsid"  xorm:"'GOODSID'" binding:"required"`          // 商品ID(自增ID SEQ_GOODS)
-	Goodscode             string    `json:"goodscode"  xorm:"'GOODSCODE'" binding:"required"`      // 商品代码(内部)
-	Goodsname             string    `json:"goodsname"  xorm:"'GOODSNAME'" binding:"required"`      // 商品名称
-	Marketid              int64     `json:"marketid"  xorm:"'MARKETID'" binding:"required"`        // 所属市场ID
-	Goodsgroupid          int64     `json:"goodsgroupid"  xorm:"'GOODSGROUPID'"`                   // 所属商品组ID
-	Goodsstatus           int64     `json:"goodsstatus"  xorm:"'GOODSSTATUS'"`                     // 商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市
-	Currencyid            int64     `json:"currencyid"  xorm:"'CURRENCYID'"`                       // 报价货币ID
-	Goodunitid            int64     `json:"goodunitid"  xorm:"'GOODUNITID'"`                       // 报价单位ID
-	Agreeunit             float64   `json:"agreeunit"  xorm:"'AGREEUNIT'"`                         // 合约单位
-	Decimalplace          int64     `json:"decimalplace"  xorm:"'DECIMALPLACE'"`                   // 报价小数位
-	Listingdate           time.Time `json:"listingdate"  xorm:"'LISTINGDATE'"`                     // 交易开始日期
-	Lasttradedate         time.Time `json:"lasttradedate"  xorm:"'LASTTRADEDATE'"`                 // 最后交易日期(状态:待退市)
-	Delistingdate         time.Time `json:"delistingdate"  xorm:"'DELISTINGDATE'"`                 // 商品退市时间(状态:退市) -- 已作废
-	Deliveryflag          int64     `json:"deliveryflag"  xorm:"'DELIVERYFLAG'"`                   // 交割标志 - 0:不可交割  1:可交割
-	Hasquoter             int64     `json:"hasquoter"  xorm:"'HASQUOTER'"`                         // 是否有报价商 - 0:无报价商 1:有报价商
-	Hqprotecttime         int64     `json:"hqprotecttime"  xorm:"'HQPROTECTTIME'"`                 // 行情保护时间(秒)
-	Quoteshowtype         int64     `json:"quoteshowtype"  xorm:"'QUOTESHOWTYPE'"`                 // 行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价
-	Quoteshowtypeinterval int64     `json:"quoteshowtypeinterval"  xorm:"'QUOTESHOWTYPEINTERVAL'"` // 行情报价间隔时间(秒)(成交价时为0)
-	Modifystatus          int64     `json:"modifystatus"  xorm:"'MODIFYSTATUS'"`                   // 变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核
-	Goodstradetype        int64     `json:"goodstradetype"  xorm:"'GOODSTRADETYPE'"`               // 商品交易权限类型 - 1:可建可平 3:不可建可平
-	Creatorid             int64     `json:"creatorid"  xorm:"'CREATORID'"`                         // 创建人
-	Createtime            time.Time `json:"createtime"  xorm:"'CREATETIME'"`                       // 创建时间
-	Auditaccountid        int64     `json:"auditaccountid"  xorm:"'AUDITACCOUNTID'"`               // 审核操作员账号
-	Audittime             time.Time `json:"audittime"  xorm:"'AUDITTIME'"`                         // 审核时间
-	Modifytime            time.Time `json:"modifytime"  xorm:"'MODIFYTIME'"`                       // 修改时间
-	Modifierid            int64     `json:"modifierid"  xorm:"'MODIFIERID'"`                       // 修改人
-	Cancelaccountid       int64     `json:"cancelaccountid"  xorm:"'CANCELACCOUNTID'"`             // 注销操作员账号
-	Remark                string    `json:"remark"  xorm:"'REMARK'"`                               // 备注
-	Canceltime            time.Time `json:"canceltime"  xorm:"'CANCELTIME'"`                       // 注销时间
-	Delistingmode         int64     `json:"delistingmode"  xorm:"'DELISTINGMODE'"`                 // 退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\币币兑换)
-	Forceclosemode        int64     `json:"forceclosemode"  xorm:"'FORCECLOSEMODE'"`               // 定期强平方式 - 1:无 2:每日 3:每周 4:每月[收益权]
-	Forceclosevalue       int64     `json:"forceclosevalue"  xorm:"'FORCECLOSEVALUE'"`             // 定期强平参数 [收益权]
-	Cutmode               int64     `json:"cutmode"  xorm:"'CUTMODE'"`                             // 斩仓方式 - 1:不斩仓 2:自动斩仓 3:半自动斩仓
-	Quoteminunit          int64     `json:"quoteminunit"  xorm:"'QUOTEMINUNIT'"`                   // 行情最小变动单位 [整数,报价小数位一起使用]
-	Isbuylimited          int64     `json:"isbuylimited"  xorm:"'ISBUYLIMITED'"`                   // 是否限制建仓量 - 0:不限制 1:限制
-	Innerdealmode         int64     `json:"innerdealmode"  xorm:"'INNERDEALMODE'"`                 // 内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今
-	Outerdealmode         int64     `json:"outerdealmode"  xorm:"'OUTERDEALMODE'"`                 // 外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今
-	Closepricemode        int64     `json:"closepricemode"  xorm:"'CLOSEPRICEMODE'"`               // 强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)
-	Closepriceparam       float64   `json:"closepriceparam"  xorm:"'CLOSEPRICEPARAM'"`             // 强平最新价浮动比例 - 方式为2时使用  (<1)买 上浮 (1+x)*最新价卖 下浮 (1-x)*最新价
-	Qtydecimalplace       int64     `json:"qtydecimalplace"  xorm:"'QTYDECIMALPLACE'"`             // 成交量小数位
-	Goodscurrencyid       int64     `json:"goodscurrencyid"  xorm:"'GOODSCURRENCYID'"`             // 合约货币ID
-	Goodsquotetype        int64     `json:"goodsquotetype"  xorm:"'GOODSQUOTETYPE'"`               // 合约报价类型: 1-直接报价  2-间接报价
-	Quotegear             int64     `json:"quotegear"  xorm:"'QUOTEGEAR'"`                         // 行情档位(1-10)
-	Outgoodscode          string    `json:"outgoodscode"  xorm:"'OUTGOODSCODE'"`                   // 商品代码(外部)
-	Isvisible             int32     `json:"isvisible"  xorm:"ISVISIBLE"`                           // 游客是否可见 - 0:不可见 1:可见
-	Areauserid            int64     `json:"areauserid"  xorm:"AREAUSERID"`                         // 所属机构
-	Pictureurl            string    `json:"pictureurl"  xorm:"PICTUREURL"`                         // 商品图片
-	Marketmarginalgorithm int64     `json:"marketmarginalgorithm"  xorm:"MARKETMARGINALGORITHM"`   // 保证金计算方式
-	Marketmarginvalue     float64   `json:"marketmarginvalue"  xorm:"MARKETMARGINVALUE"`           // 即市保证金值
-	Mindeliverylot        int64     `json:"mindeliverylot"  xorm:"MINDELIVERYLOT"`                 // 最小交收手数(50模式)
-	PROVIDERUSERID        int64     `json:"provideruserid" xorm:"PROVIDERUSERID"`                  // 发售方用户ID(49)\供货商(50)
-	PROVIDERACCOUNTID     int64     `json:"provideraccountid" xorm:"PROVIDERACCOUNTID"`            // 发售方资金账户ID(49)\供货商资金账户ID(50)
-	MARGINALGORITHM       float64   `json:"marginalgorithm"  xorm:"MARGINALGORITHM"`               // 持仓定金方式(49) - 1:比率 2.固定(52)
-	TRANSFERDEPOSITRATIO  float64   `json:"transferdepositratio"  xorm:"TRANSFERDEPOSITRATIO"`     // 转让定金比例(49)\持仓定金(52)
-	THUMURLS              string    `json:"thumurls" xorm:"THUMURLS"`                              // 缩略图片(1:1)(逗号分隔)
+	Goodsid               int64     `json:"goodsid"  xorm:"'GOODSID'" binding:"required"`        // 商品ID(自增ID SEQ_GOODS)
+	Goodscode             string    `json:"goodscode"  xorm:"'GOODSCODE'" binding:"required"`    // 商品代码(内部)
+	Goodsname             string    `json:"goodsname"  xorm:"'GOODSNAME'" binding:"required"`    // 商品名称
+	Marketid              int64     `json:"marketid"  xorm:"'MARKETID'" binding:"required"`      // 所属市场ID
+	Goodsgroupid          int64     `json:"goodsgroupid"  xorm:"'GOODSGROUPID'"`                 // 所属商品组ID
+	Goodsstatus           int64     `json:"goodsstatus"  xorm:"'GOODSSTATUS'"`                   // 商品状态- 1:待审核 2:未上市 3:上市 4:已注销 5:审核拒绝 6:退市 7:待退市
+	Currencyid            int64     `json:"currencyid"  xorm:"'CURRENCYID'"`                     // 报价货币ID
+	Goodunitid            int64     `json:"goodunitid"  xorm:"'GOODUNITID'"`                     // 报价单位ID
+	Agreeunit             float64   `json:"agreeunit"  xorm:"'AGREEUNIT'"`                       // 合约单位
+	Decimalplace          int64     `json:"decimalplace"  xorm:"'DECIMALPLACE'"`                 // 报价小数位
+	Listingdate           time.Time `json:"-"  xorm:"'LISTINGDATE'"`                             // 交易开始日期
+	Lasttradedate         time.Time `json:"-"  xorm:"'LASTTRADEDATE'"`                           // 最后交易日期(状态:待退市)
+	Delistingdate         time.Time `json:"-"  xorm:"'DELISTINGDATE'"`                           // 商品退市时间(状态:退市) -- 已作废
+	Deliveryflag          int64     `json:"deliveryflag"  xorm:"'DELIVERYFLAG'"`                 // 交割标志 - 0:不可交割  1:可交割
+	Hasquoter             int64     `json:"-"  xorm:"'HASQUOTER'"`                               // 是否有报价商 - 0:无报价商 1:有报价商
+	Hqprotecttime         int64     `json:"-"  xorm:"'HQPROTECTTIME'"`                           // 行情保护时间(秒)
+	Quoteshowtype         int64     `json:"-"  xorm:"'QUOTESHOWTYPE'"`                           // 行情报价类型: 1:成交价 2:买卖中间价 3:含买价 4:含卖价做市模式固定为3:含买价
+	Quoteshowtypeinterval int64     `json:"-"  xorm:"'QUOTESHOWTYPEINTERVAL'"`                   // 行情报价间隔时间(秒)(成交价时为0)
+	Modifystatus          int64     `json:"modifystatus"  xorm:"'MODIFYSTATUS'"`                 // 变更状态 - 1:未变更 2:变更中 3:待审核 4:已审核
+	Goodstradetype        int64     `json:"goodstradetype"  xorm:"'GOODSTRADETYPE'"`             // 商品交易权限类型 - 1:可建可平 3:不可建可平
+	Creatorid             int64     `json:"-"  xorm:"'CREATORID'"`                               // 创建人
+	Createtime            time.Time `json:"-"  xorm:"'CREATETIME'"`                              // 创建时间
+	Auditaccountid        int64     `json:"-"  xorm:"'AUDITACCOUNTID'"`                          // 审核操作员账号
+	Audittime             time.Time `json:"-"  xorm:"'AUDITTIME'"`                               // 审核时间
+	Modifytime            time.Time `json:"-"  xorm:"'MODIFYTIME'"`                              // 修改时间
+	Modifierid            int64     `json:"-"  xorm:"'MODIFIERID'"`                              // 修改人
+	Cancelaccountid       int64     `json:"-"  xorm:"'CANCELACCOUNTID'"`                         // 注销操作员账号
+	Remark                string    `json:"-"  xorm:"'REMARK'"`                                  // 备注
+	Canceltime            time.Time `json:"-"  xorm:"'CANCELTIME'"`                              // 注销时间
+	Delistingmode         int64     `json:"delistingmode"  xorm:"'DELISTINGMODE'"`               // 退市方式 - 1:退市平仓 2:退市交收 3:不处理(仅期权\币币兑换)
+	Forceclosemode        int64     `json:"forceclosemode"  xorm:"'FORCECLOSEMODE'"`             // 定期强平方式 - 1:无 2:每日 3:每周 4:每月[收益权]
+	Forceclosevalue       int64     `json:"forceclosevalue"  xorm:"'FORCECLOSEVALUE'"`           // 定期强平参数 [收益权]
+	Cutmode               int64     `json:"cutmode"  xorm:"'CUTMODE'"`                           // 斩仓方式 - 1:不斩仓 2:自动斩仓 3:半自动斩仓
+	Quoteminunit          int64     `json:"quoteminunit"  xorm:"'QUOTEMINUNIT'"`                 // 行情最小变动单位 [整数,报价小数位一起使用]
+	Isbuylimited          int64     `json:"isbuylimited"  xorm:"'ISBUYLIMITED'"`                 // 是否限制建仓量 - 0:不限制 1:限制
+	Innerdealmode         int64     `json:"-"  xorm:"'INNERDEALMODE'"`                           // 内部成交方式[通道交易] - 1:净头寸 2:开平 3:平今
+	Outerdealmode         int64     `json:"-"  xorm:"'OUTERDEALMODE'"`                           // 外部成交方式[通道交易]- 1:净头寸 2:开平 3:平今
+	Closepricemode        int64     `json:"closepricemode"  xorm:"'CLOSEPRICEMODE'"`             // 强平价格方式 - 1:市价 2:最新价 3:涨跌停(未实现)
+	Closepriceparam       float64   `json:"closepriceparam"  xorm:"'CLOSEPRICEPARAM'"`           // 强平最新价浮动比例 - 方式为2时使用  (<1)买 上浮 (1+x)*最新价卖 下浮 (1-x)*最新价
+	Qtydecimalplace       int64     `json:"qtydecimalplace"  xorm:"'QTYDECIMALPLACE'"`           // 成交量小数位
+	Goodscurrencyid       int64     `json:"goodscurrencyid"  xorm:"'GOODSCURRENCYID'"`           // 合约货币ID
+	Goodsquotetype        int64     `json:"-"  xorm:"'GOODSQUOTETYPE'"`                          // 合约报价类型: 1-直接报价  2-间接报价
+	Quotegear             int64     `json:"quotegear"  xorm:"'QUOTEGEAR'"`                       // 行情档位(1-10)
+	Outgoodscode          string    `json:"outgoodscode"  xorm:"'OUTGOODSCODE'"`                 // 商品代码(外部)
+	Isvisible             int32     `json:"isvisible"  xorm:"ISVISIBLE"`                         // 游客是否可见 - 0:不可见 1:可见
+	Areauserid            int64     `json:"areauserid"  xorm:"AREAUSERID"`                       // 所属机构
+	Pictureurl            string    `json:"pictureurl"  xorm:"PICTUREURL"`                       // 商品图片
+	Marketmarginalgorithm int64     `json:"marketmarginalgorithm"  xorm:"MARKETMARGINALGORITHM"` // 保证金计算方式
+	Marketmarginvalue     float64   `json:"marketmarginvalue"  xorm:"MARKETMARGINVALUE"`         // 即市保证金值
+	Mindeliverylot        int64     `json:"mindeliverylot"  xorm:"MINDELIVERYLOT"`               // 最小交收手数(50模式)
+	PROVIDERUSERID        int64     `json:"provideruserid" xorm:"PROVIDERUSERID"`                // 发售方用户ID(49)\供货商(50)
+	PROVIDERACCOUNTID     int64     `json:"provideraccountid" xorm:"PROVIDERACCOUNTID"`          // 发售方资金账户ID(49)\供货商资金账户ID(50)
+	MARGINALGORITHM       float64   `json:"marginalgorithm"  xorm:"MARGINALGORITHM"`             // 持仓定金方式(49) - 1:比率 2.固定(52)
+	TRANSFERDEPOSITRATIO  float64   `json:"transferdepositratio"  xorm:"TRANSFERDEPOSITRATIO"`   // 转让定金比例(49)\持仓定金(52)
+	THUMURLS              string    `json:"thumurls" xorm:"THUMURLS"`                            // 缩略图片(1:1)(逗号分隔)
 
 	Relatedgoodsid int32 `json:"relatedgoodsid"  xorm:"REFGOODSID"` // 关联参考商品ID
 

+ 10 - 10
models/market.go

@@ -75,10 +75,10 @@ type Goodsgroup struct {
 	Goodsgroupname         string    `json:"goodsgroupname"  xorm:"'GOODSGROUPNAME'" binding:"required"`     // 商品组名称
 	Goodsgroupstatus       int64     `json:"goodsgroupstatus"  xorm:"'GOODSGROUPSTATUS'" binding:"required"` // 商品组状态 - 1:正常 2:注销
 	Marketid               int64     `json:"marketid"  xorm:"'MARKETID'" binding:"required"`                 // 所属市场ID
-	Createtime             time.Time `json:"createtime"  xorm:"'CREATETIME'"`                                // 创建时间
-	Creatorid              int64     `json:"creatorid"  xorm:"'CREATORID'"`                                  // 创建人
-	Modifytime             time.Time `json:"modifytime"  xorm:"'MODIFYTIME'"`                                // 修改时间
-	Modifierid             int64     `json:"modifierid"  xorm:"'MODIFIERID'"`                                // 修改人
+	Createtime             time.Time `json:"-"  xorm:"'CREATETIME'"`                                         // 创建时间
+	Creatorid              int64     `json:"-"  xorm:"'CREATORID'"`                                          // 创建人
+	Modifytime             time.Time `json:"-"  xorm:"'MODIFYTIME'"`                                         // 修改时间
+	Modifierid             int64     `json:"-"  xorm:"'MODIFIERID'"`                                         // 修改人
 	Quotesourcegroupid     int64     `json:"quotesourcegroupid"  xorm:"'QUOTESOURCEGROUPID'"`                // 所属行情源分组ID[参考行情市场用\通道交易]
 	Outergroupcode         string    `json:"outergroupcode"  xorm:"'OUTERGROUPCODE'"`                        // 外部商品组代码[通道交易]
 	Canshort               int64     `json:"canshort"  xorm:"'CANSHORT'"`                                    // 是否允许做空[通道交易] - 0:不能做空 1:可以做空
@@ -117,7 +117,7 @@ type Externalexchange struct {
 	Autoid           uint64    `json:"autoid"  xorm:"'AUTOID'" binding:"required"`  // AutoID - SEQ_EXTERNALEXCHANGE
 	Exexchangecode   string    `json:"exexchangecode"  xorm:"'EXEXCHANGECODE'"`     // 外部交易所代码
 	Exexchangename   string    `json:"exexchangename"  xorm:"'EXEXCHANGENAME'"`     // 外部交易所名称(简称)
-	Updatetime       time.Time `json:"updatetime"  xorm:"'UPDATETIME'"`             // 更新时间
+	Updatetime       time.Time `json:"-"  xorm:"'UPDATETIME'"`                      // 更新时间
 	Quotegear        uint32    `json:"quotegear"  xorm:"'QUOTEGEAR'"`               // 行情档位(1-10)
 	Showbrokerflag   uint32    `json:"showbrokerflag"  xorm:"'SHOWBROKERFLAG'"`     // 是否显示买卖经纪盘 - 0:不显示 1:显示
 	Exchangefullname string    `json:"exchangefullname"  xorm:"'EXCHANGEFULLNAME'"` // 外部交易所全称
@@ -136,14 +136,14 @@ type Marketrun struct {
 	Tradedate2         string    `json:"tradedate2"  xorm:"'TRADEDATE2'" binding:"required"`       // 当前交易日(行情) 在第一个市场待开市时变更为TradeDate,供行情及终端系统使用
 	Nexttradedate      string    `json:"nexttradedate"  xorm:"'NEXTTRADEDATE'" binding:"required"` // 下一交易日
 	Runstatus          int32     `json:"runstatus"  xorm:"'RUNSTATUS'" binding:"required"`         // 运行状态 - 0:初始化 1:待开市 2:开市 3:休市 4:手工休市 5:闭市 6:确认行权开始 7:确认行权结束 10:日终处理开始 11:日终处理成功 12:日终处理失败 13基础服务结算开始 14基础服务结算成功 23.资金结算开始 24.资金结算成功 25.资金结算失败 26.系统结算成功 27.系统结算失败 28.盘中处理开始 29.盘中处理成功 30.盘中处理失败 31.资金结算开始(内) 32.资金结算成功(内) 33.资金结算失败(内) 40.签到开始 41.签到成功 42.签到部份成功 43.签到失败 44.签退开始 45.签退成功 46.签退部份成功 47.签退失败 48.对账开始 49.对账成功 50.对账失败 51.清算开始 52.清算成功 53.清算失败 54.清算部分成功 55. 系统结算开始 62.今日免清算
-	Reckonflag         int32     `json:"reckonflag"  xorm:"'RECKONFLAG'" binding:"required"`       // 结算标识 - 0: 停止结算 1: 正常(管理端控制此字段,交易服务根据此字段判断是否做结算)
-	Manualflag         int32     `json:"manualflag"  xorm:"'MANUALFLAG'"`                          // 手动开市标志- 0:否 1:是  (市场为手动时,是否触发了手动开市标志)
-	Clearquoteflag     int32     `json:"clearquoteflag"  xorm:"'CLEARQUOTEFLAG'"`                  // 行情清盘标志- 1:未发送 2:已发送 3:已回复
-	Updatetime         time.Time `json:"updatetime"  xorm:"'UPDATETIME'"`                          // 更新时间
+	Reckonflag         int32     `json:"-"  xorm:"'RECKONFLAG'" binding:"required"`                // 结算标识 - 0: 停止结算 1: 正常(管理端控制此字段,交易服务根据此字段判断是否做结算)
+	Manualflag         int32     `json:"-"  xorm:"'MANUALFLAG'"`                                   // 手动开市标志- 0:否 1:是  (市场为手动时,是否触发了手动开市标志)
+	Clearquoteflag     int32     `json:"-"  xorm:"'CLEARQUOTEFLAG'"`                               // 行情清盘标志- 1:未发送 2:已发送 3:已回复
+	Updatetime         time.Time `json:"-"  xorm:"'UPDATETIME'"`                                   // 更新时间
 	Pretradedate       string    `json:"pretradedate"  xorm:"'PRETRADEDATE'"`                      // 上一交易日
 	Sectionid          int32     `json:"sectionid"  xorm:"'SECTIONID'"`                            // 时间段号[多时段时用]
 	Afternexttradedate string    `json:"afternexttradedate"  xorm:"'AFTERNEXTTRADEDATE'"`          // 下下交易日
-	Machinedate        string    `json:"machinedate"  xorm:"'MACHINEDATE'"`                        // 机器时间
+	Machinedate        string    `json:"-"  xorm:"'MACHINEDATE'"`                                  // 机器时间
 	Lastreckondate     string    `json:"lastreckondate"  xorm:"'LASTRECKONDATE'"`                  // 最新交易日(结算成功)
 
 	StartTime time.Time `json:"startTime" xorm:"-"` // 开始时间

+ 9 - 9
models/ori.go

@@ -809,7 +809,7 @@ type Todayaccountmargin struct {
 	ACCOUNTID   int64     `json:"accountid" xorm:"ACCOUNTID"`     // 账号ID
 	GOODSID     int32     `json:"goodsid" xorm:"GOODSID"`         // 商品ID
 	INFOCONTENT string    `json:"infocontent" xorm:"INFOCONTENT"` // 保证金信息(存储配置的Protobuffer串)
-	CREATEDATE  time.Time `json:"createdate" xorm:"CREATEDATE"`   // 创建时间
+	CREATEDATE  time.Time `json:"-" xorm:"CREATEDATE"`            // 创建时间
 	MARKETID    int32     `json:"marketid" xorm:"MARKETID"`       // 市场ID
 }
 
@@ -823,7 +823,7 @@ type Todayaccounttradefee struct {
 	ACCOUNTID   int64     `json:"accountid" xorm:"ACCOUNTID"`     // 账号ID
 	GOODSID     int32     `json:"goodsid" xorm:"GOODSID"`         // 商品ID
 	INFOCONTENT string    `json:"infocontent" xorm:"INFOCONTENT"` // 交易费用信息(存储配置的Protobuffer串)
-	CREATEDATE  time.Time `json:"createdate" xorm:"CREATEDATE"`   // 创建时间
+	CREATEDATE  time.Time `json:"-" xorm:"CREATEDATE"`            // 创建时间
 	MARKETID    int32     `json:"marketid" xorm:"MARKETID"`       // 市场ID
 	TRADETYPE   int32     `json:"tradetype" xorm:"TRADETYPE"`     // 交易类型 - 1:投资者\自营 2:做市
 }
@@ -839,7 +839,7 @@ type Todayaccounttraderule struct {
 	GOODSID     int32     `json:"goodsid" xorm:"GOODSID"`         // 商品ID
 	INFOCONTENT string    `json:"infocontent" xorm:"INFOCONTENT"` // 交易规则信息(存储配置的Protobuffer串)
 	MARKETID    int32     `json:"marketid" xorm:"MARKETID"`       // 市场ID
-	CREATEDATE  time.Time `json:"createdate" xorm:"CREATEDATE"`   // 创建时间
+	CREATEDATE  time.Time `json:"-" xorm:"CREATEDATE"`            // 创建时间
 	TRADETYPE   int32     `json:"tradetype" xorm:"TRADETYPE"`     // 交易类型 - 1:投资者\自营 2:做市
 }
 
@@ -1222,10 +1222,10 @@ type Tcegoodscollection struct {
 	BANNERURLS       string    `json:"bannerurls" xorm:"BANNERURLS"`             // Banner图(多张)(2:1)(逗号分隔)
 	PICTUREURL       string    `json:"pictureurl" xorm:"PICTUREURL"`             // 详情图(1张)
 	COLLECTIONSTATUS int32     `json:"collectionstatus" xorm:"COLLECTIONSTATUS"` // 状态 - 1:正常 2:注销(枚举:status)
-	CREATORID        int64     `json:"creatorid" xorm:"CREATORID"`               // 建仓人
-	CREATETIME       time.Time `json:"createtime" xorm:"CREATETIME"`             // 创建时间
-	MODIFIERID       int64     `json:"modifierid" xorm:"MODIFIERID"`             // 修改人
-	MODIFYTIME       time.Time `json:"modifytime" xorm:"MODIFYTIME"`             // 修改时间
+	CREATORID        int64     `json:"-" xorm:"CREATORID"`                       // 建仓人
+	CREATETIME       time.Time `json:"-" xorm:"CREATETIME"`                      // 创建时间
+	MODIFIERID       int64     `json:"-" xorm:"MODIFIERID"`                      // 修改人
+	MODIFYTIME       time.Time `json:"-" xorm:"MODIFYTIME"`                      // 修改时间
 }
 
 // TableName is TCE_GOODSCOLLECTION
@@ -1238,7 +1238,7 @@ type Tcegcgoodsconfig struct {
 	CONFIGID     int64     `json:"configid" xorm:"CONFIGID"`         // 商品配置ID(SEQ_TCE_GCGoodsConfig)
 	COLLECTIONID int64     `json:"collectionid" xorm:"COLLECTIONID"` // 商品集合ID(SEQ_TCE_GOODSCOLLECTION)
 	GOODSID      int64     `json:"goodsid" xorm:"GOODSID"`           // 商品ID
-	CREATETIME   time.Time `json:"createtime" xorm:"CREATETIME"`     // 创建时间
+	CREATETIME   time.Time `json:"-" xorm:"CREATETIME"`              // 创建时间
 }
 
 // TableName is TCE_GCGOODSCONFIG
@@ -1256,7 +1256,7 @@ type Useresignrecordlog struct {
 	REQSTATUS        int32     `json:"reqstatus" xorm:"REQSTATUS"`               // 请求状态: 1:请求中 2:成功 3:失败
 	FEEFLAG          int32     `json:"feeflag" xorm:"FEEFLAG"`                   // 计费标识: 1:计费 2:不计费
 	REQCOMMENT       string    `json:"reqcomment" xorm:"REQCOMMENT"`             // 请求回应
-	CREATETIME       time.Time `json:"createtime" xorm:"CREATETIME"`             // 创建时间
+	CREATETIME       time.Time `json:"-" xorm:"CREATETIME"`                      // 创建时间
 }
 
 // TableName is USERESIGNRECORDLOG