|
@@ -88,7 +88,7 @@ public class KuaishouOperationRecordServiceImpl implements KuaishouOperationReco
|
|
|
public Result getKuaishouUnitChargeTopTenByAccountId(String userId,long advertiserId, String startTime, String endTime) throws NoSuchFieldException {
|
|
|
|
|
|
//用户查询自定义列数据
|
|
|
- JSONObject jsonObject = materialStareMapper.getColumnInfo(userId,"2001");
|
|
|
+ JSONObject jsonObject = materialStareMapper.getColumnInfo(null,"2001");
|
|
|
if (Check.isNull(jsonObject)){
|
|
|
return Result.errorMsg("暂无自定义列。");
|
|
|
}
|