Browse Source

修改电话号码的属性

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
314e2df169
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      models/user_business_analysis.go

+ 2
- 2
models/user_business_analysis.go View File

@@ -106,7 +106,7 @@ type UserBusinessAnalysisAll struct {
CollectedImage int `xorm:"NOT NULL DEFAULT 0"`
RecommendImage int `xorm:"NOT NULL DEFAULT 0"`

Phone string `xorm:"NOT NULL"`
Phone string `xorm:"NULL"`
}

type UserBusinessAnalysis struct {
@@ -195,7 +195,7 @@ type UserBusinessAnalysis struct {
CollectedImage int `xorm:"NOT NULL DEFAULT 0"`
RecommendImage int `xorm:"NOT NULL DEFAULT 0"`

Phone string `xorm:"NOT NULL"`
Phone string `xorm:"NULL"`
}

type UserBusinessAnalysisQueryOptions struct {


Loading…
Cancel
Save