@@ -787,13 +787,13 @@ func YanXuanCompanyApprovalReduce(log models.YanXuanActivityPointsRedis) (err er
}
var billDetailed float64
var content string
- //ExpensiveYx int `description:"权益研选: 0-3w; 1-5w"` 3W3次、5W 15次
+ //ExpensiveYx int `description:"权益研选: 0->3w; 1->5w"` 3W3次、5W 15次
if companyReportPermissionDetail.ExpensiveYx == 1 {
billDetailed = 15
- content = "买方研选plus转正"
+ content = "买方研选(5W)转正"
} else {
billDetailed = 3
- content = "买方研选转正"
+ content = "买方研选(3W)转正"
//获取需要添加的流水信息
@@ -299,10 +299,10 @@ func IndustryFllowWithTrack(industrialManagementId, count, uid int) (err error)
return err
-func init() {
- //IndustryFllowUserLabel(136, 16, 5660)
- //UserLabelLogReduce()
-}
+//func init() {
+//IndustryFllowUserLabel(136, 16, 5660)
+//UserLabelLogReduce()
+//}
// GetIndustryNewLabelMap 获取产业【新】标签Map
func GetIndustryNewLabelMap(industryIds []int) (labelMap map[int]bool, err error) {