Browse Source

add reverse:for v1.6.6 小公排

tags/v1.6.6
huangjiajun 2 years ago
parent
commit
d89930b962
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      rule/small_public_platoon_relate_commission.go

+ 2
- 2
rule/small_public_platoon_relate_commission.go View File

@@ -401,8 +401,8 @@ func smallSearchPositionSonForLevel(fatherUid string, fatherPosition int) (level
return
}

// smallFindWaitForDealUsers 查询待处理的用户
func smallFindWaitForDealUsers(engine *xorm.Engine, page, pageSize int) (err error, resp []int) {
// SmallFindWaitForDealUsers 查询待处理的用户
func SmallFindWaitForDealUsers(engine *xorm.Engine, page, pageSize int) (err error, resp []int) {
now := time.Now().Format("2006-01-02")
lists, err := db.UserSmallPublicPlatoonRelationFindByParamsByPage(engine, map[string]interface{}{
"key": "wait_for_settlement_date",


Loading…
Cancel
Save