1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-25 17:18:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2025-02-10 10:11:34 +08:00
parent 38b7942c1b
commit cdaa2d7984

View File

@ -16,9 +16,10 @@ func init() {
"usci", "统一社会信用代码",
"account", "对公账户",
"bank", "开户银行",
"record", "备案号",
),
), Actions: ice.MergeActions(ice.Actions{}, mdb.ExportHashAction(
mdb.SHORT, "username", mdb.FIELD, "time,username,mobile,idnumber,usci,account,bank,email,portal",
mdb.SHORT, "username", mdb.FIELD, "time,username,mobile,idnumber,usci,company,address,bank,account,email,portal,record",
)), Hand: func(m *ice.Message, arg ...string) {
mdb.HashSelect(m, arg...).Action(mdb.CREATE)
web.PushPodCmd(m, "", arg...)