|
|
@@ -108,6 +108,11 @@ public class FsPrescribeDataScrmController extends BaseController
|
|
|
}else {
|
|
|
vo.setNotRecommendUse(Boolean.FALSE);
|
|
|
}
|
|
|
+ if (prescribe.getDoctorConfirm()==-3){
|
|
|
+ vo.setNotRecommendUse(Boolean.TRUE);
|
|
|
+ }else {
|
|
|
+ vo.setNotRecommendUse(Boolean.FALSE);
|
|
|
+ }
|
|
|
return AjaxResult.success(vo);
|
|
|
}
|
|
|
|