|
@@ -139,7 +139,8 @@ func GetUserList(condition string, pars []interface{}, startSize, pageSize int)
|
|
func GetUserListByConditonSort(condition, sortConditon string, pars []interface{}, startSize, pageSize int) (items []*UserView, err error) {
|
|
func GetUserListByConditonSort(condition, sortConditon string, pars []interface{}, startSize, pageSize int) (items []*UserView, err error) {
|
|
|
|
+ sql := `SELECT u.*, su.sys_real_name AS seller_name, TIMESTAMPDIFF(DAY, NOW(), valid_end_time) AS rest_day
|