feat:完善后台经纪人审核信息
This commit is contained in:
@ -24,7 +24,8 @@ func (this *ESPatent) Create() error {
|
||||
}
|
||||
|
||||
func (this *ESPatent) Update() error {
|
||||
return nil
|
||||
_bytes, _ := json.Marshal(this)
|
||||
return es.Update(this.Index(), fmt.Sprintf("%d", this.ID), _bytes)
|
||||
}
|
||||
|
||||
func (this *ESPatent) Search(page, pageSize int) (interface{}, int64, error) {
|
||||
|
Reference in New Issue
Block a user