feat:完善入驻信息管理
This commit is contained in:
@ -112,7 +112,7 @@ func (c *Project) Shelf(id uint64, status int) error {
|
||||
mSysPatent.ID = mUserPatent.PatentID
|
||||
|
||||
return model2.Updates(mSysPatent.SysPatent, map[string]interface{}{
|
||||
"shelf": status, "updated_at": time.Now(),
|
||||
"shelf_status": status, "updated_at": time.Now(),
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user