|
|
@@ -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", |
|
|
|