|
|
@@ -90,10 +90,9 @@ public class FsDoctorController extends BaseController
|
|
|
public AjaxResult getInfo(@PathVariable("doctorId") Long doctorId)
|
|
|
{
|
|
|
FsDoctorVO fsDoctorVO = fsDoctorService.selectFsDoctorVOByDoctorId(doctorId);
|
|
|
-
|
|
|
- if (fsDoctorVO.getMobile()!=null){
|
|
|
- fsDoctorVO.setMobile(fsDoctorVO.getMobile().replaceAll("(\\d{3})\\d*(\\d{4})", "$1****$2"));
|
|
|
- }
|
|
|
+// if (fsDoctorVO.getMobile()!=null){
|
|
|
+// fsDoctorVO.setMobile(fsDoctorVO.getMobile().replaceAll("(\\d{3})\\d*(\\d{4})", "$1****$2"));
|
|
|
+// }
|
|
|
if (fsDoctorVO.getIdCard()!=null){
|
|
|
fsDoctorVO.setIdCard(fsDoctorVO.getIdCard().replaceAll("(\\d{4})\\d{10}(\\w{4})", "$1**********$2"));
|
|
|
}
|