|
@@ -291,7 +291,7 @@ public class FsPrescribeDataScrmServiceImpl implements IFsPrescribeDataScrmServi
|
|
|
fsPrescribeDataScrm.setRecipeType(1);//医生已填写建议信息
|
|
fsPrescribeDataScrm.setRecipeType(1);//医生已填写建议信息
|
|
|
if (addDoctorAdviceDTO.getNotRecommendUse() != null && addDoctorAdviceDTO.getNotRecommendUse()){
|
|
if (addDoctorAdviceDTO.getNotRecommendUse() != null && addDoctorAdviceDTO.getNotRecommendUse()){
|
|
|
// 不适合用药
|
|
// 不适合用药
|
|
|
- fsPrescribeDataScrm.setDoctorConfirm(-3);//不建议使用
|
|
|
|
|
|
|
+ fsPrescribeDataScrm.setDoctorConfirm(-3);//不适合用药
|
|
|
fsPrescribeDataScrm.setNotPrescribeReason("不适合用药");
|
|
fsPrescribeDataScrm.setNotPrescribeReason("不适合用药");
|
|
|
// 更新客户信息表状态为不适合用药
|
|
// 更新客户信息表状态为不适合用药
|
|
|
updateCustomerStatus(fsPrescribeDataScrm.getPrescribeId(), NOT_RECOMMEND_USE);
|
|
updateCustomerStatus(fsPrescribeDataScrm.getPrescribeId(), NOT_RECOMMEND_USE);
|