|
|
@@ -165,6 +165,9 @@ public class FsPrescribeController extends BaseController
|
|
|
if (fsPatient!=null&&fsPatient.getIdCard()!=null){
|
|
|
fsPrescribe.setIdCard(fsPatient.getIdCard().replaceAll("(\\d{4})\\d{10}(\\w{4})", "$1**********$2"));
|
|
|
}
|
|
|
+ if (fsPrescribe.getStatus() == 0 || fsPrescribe.getStatus() == -2) {
|
|
|
+ fsPrescribe.setPrescribeImgUrl(null);
|
|
|
+ }
|
|
|
return AjaxResult.success(fsPrescribe);
|
|
|
}
|
|
|
|