|
@@ -65,7 +65,6 @@ import com.fs.im.config.ImTypeConfig;
|
|
|
import com.fs.im.service.OpenIMService;
|
|
import com.fs.im.service.OpenIMService;
|
|
|
import com.fs.hisStore.domain.FsStoreOrderScrm;
|
|
import com.fs.hisStore.domain.FsStoreOrderScrm;
|
|
|
import com.fs.hisStore.domain.FsUserBillScrm;
|
|
import com.fs.hisStore.domain.FsUserBillScrm;
|
|
|
-import com.fs.hisStore.domain.FsUserScrm;
|
|
|
|
|
import com.fs.hisStore.enums.BillDetailEnum;
|
|
import com.fs.hisStore.enums.BillDetailEnum;
|
|
|
import com.fs.hisStore.mapper.FsStoreOrderScrmMapper;
|
|
import com.fs.hisStore.mapper.FsStoreOrderScrmMapper;
|
|
|
import com.fs.hisStore.service.IFsUserBillScrmService;
|
|
import com.fs.hisStore.service.IFsUserBillScrmService;
|
|
@@ -90,14 +89,7 @@ import com.fs.watch.service.WatchUserService;
|
|
|
import com.github.pagehelper.PageHelper;
|
|
import com.github.pagehelper.PageHelper;
|
|
|
import com.github.pagehelper.PageInfo;
|
|
import com.github.pagehelper.PageInfo;
|
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
import org.apache.commons.collections4.CollectionUtils;
|
|
|
-import org.apache.http.client.ClientProtocolException;
|
|
|
|
|
-import org.apache.http.client.methods.CloseableHttpResponse;
|
|
|
|
|
-import org.apache.http.client.methods.HttpPost;
|
|
|
|
|
-import org.apache.http.entity.StringEntity;
|
|
|
|
|
-import org.apache.http.impl.client.CloseableHttpClient;
|
|
|
|
|
-import org.apache.http.impl.client.HttpClients;
|
|
|
|
|
import org.apache.http.util.Asserts;
|
|
import org.apache.http.util.Asserts;
|
|
|
-import org.apache.http.util.EntityUtils;
|
|
|
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
@@ -1610,5 +1602,4 @@ public class FsUserServiceImpl implements IFsUserService {
|
|
|
fsUserMapper.updatePasswordByPhone(password, encryptPhone);
|
|
fsUserMapper.updatePasswordByPhone(password, encryptPhone);
|
|
|
return R.ok();
|
|
return R.ok();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
}
|
|
}
|