|
@@ -5,6 +5,7 @@ import com.ruixuan.common.core.domain.AjaxResult;
|
|
|
import com.ruixuan.common.core.domain.entity.SysUser;
|
|
import com.ruixuan.common.core.domain.entity.SysUser;
|
|
|
import com.ruixuan.common.utils.Check;
|
|
import com.ruixuan.common.utils.Check;
|
|
|
import com.ruixuan.common.utils.DateUtils;
|
|
import com.ruixuan.common.utils.DateUtils;
|
|
|
|
|
+import com.ruixuan.common.utils.PageUtils;
|
|
|
import com.ruixuan.common.utils.RedisUtil;
|
|
import com.ruixuan.common.utils.RedisUtil;
|
|
|
import com.ruixuan.common.utils.http.HttpUtil;
|
|
import com.ruixuan.common.utils.http.HttpUtil;
|
|
|
import com.ruixuan.isc.entity.KuaishouPromoter;
|
|
import com.ruixuan.isc.entity.KuaishouPromoter;
|
|
@@ -73,7 +74,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
// } else {
|
|
// } else {
|
|
|
// return Collections.emptyList();
|
|
// return Collections.emptyList();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+ PageUtils.startPage();
|
|
|
List<KuaishouPromoter> list = kuaishouPromoterMapper.selectKuaishouPromoterList(userList, promoterId, promoterNickName);
|
|
List<KuaishouPromoter> list = kuaishouPromoterMapper.selectKuaishouPromoterList(userList, promoterId, promoterNickName);
|
|
|
return list;
|
|
return list;
|
|
|
}
|
|
}
|
|
@@ -212,7 +213,7 @@ public class KuaishouPromoterServiceImpl implements IKuaishouPromoterService {
|
|
|
public AjaxResult getPromoterInfo(Long promoterId) {
|
|
public AjaxResult getPromoterInfo(Long promoterId) {
|
|
|
AjaxResult ajaxResult = null;
|
|
AjaxResult ajaxResult = null;
|
|
|
try {
|
|
try {
|
|
|
- KuaishouPromoter promoter = kuaishouPromoterMapper.getOneByIdAndPromoterId(null,promoterId);
|
|
|
|
|
|
|
+ KuaishouPromoter promoter = kuaishouPromoterMapper.getOneByIdAndPromoterId(null, promoterId);
|
|
|
JSONObject data = new JSONObject();
|
|
JSONObject data = new JSONObject();
|
|
|
if (Check.isNotNull(promoter)) {
|
|
if (Check.isNotNull(promoter)) {
|
|
|
Thread thread = new Thread() {
|
|
Thread thread = new Thread() {
|