Commit b5619aee by Joneq

完成常驻进程

parent bad1fc86
Showing with 0 additions and 3 deletions
...@@ -35,12 +35,9 @@ type ( ...@@ -35,12 +35,9 @@ type (
GetCompanyModelByProjectid(c context.Context, companyId int64) (r map[string]string, err error) GetCompanyModelByProjectid(c context.Context, companyId int64) (r map[string]string, err error)
GetModelTopsetByProjectId(c context.Context, companyId int64) (r map[string]string, err error) GetModelTopsetByProjectId(c context.Context, companyId int64) (r map[string]string, err error)
UpdateStaticSumScores(c context.Context,com_credits model.ComCredits) (resId int64, err error) UpdateStaticSumScores(c context.Context,com_credits model.ComCredits) (resId int64, err error)
<<<<<<< HEAD
GetCompanyModelItemsByProjectid(c context.Context, project_id int64 , score float64) (res map[string]string, err error) GetCompanyModelItemsByProjectid(c context.Context, project_id int64 , score float64) (res map[string]string, err error)
GetCompanyModelItemsByProjectidWitchString(c context.Context, project_id int64 , stringVal string) (res map[string]string, err error) GetCompanyModelItemsByProjectidWitchString(c context.Context, project_id int64 , stringVal string) (res map[string]string, err error)
=======
UpdateMoveSumScores(c context.Context,com_credits model.ComCredits) (resId int64, err error) UpdateMoveSumScores(c context.Context,com_credits model.ComCredits) (resId int64, err error)
>>>>>>> 604a245ba1f6aa5be22837a9e9d0ce8ea80ddbfe
//---静态结束 //---静态结束
//---动态开始 //---动态开始
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment