|
@@ -336,10 +336,11 @@ public class FsPrescribeDataScrmServiceImpl implements IFsPrescribeDataScrmServi
|
|
|
throw new CustomException("销售已制单,当前操作不可执行,请刷新后重试!");
|
|
throw new CustomException("销售已制单,当前操作不可执行,请刷新后重试!");
|
|
|
}
|
|
}
|
|
|
// 医生不开方
|
|
// 医生不开方
|
|
|
- if (StringUtils.isBlank(updateDto.getNotPrescribeReason())) {
|
|
|
|
|
- throw new CustomException("原因不能为空");
|
|
|
|
|
- }
|
|
|
|
|
- updateDto.setNotPrescribeReason("暂不不开方:"+updateDto.getNotPrescribeReason());
|
|
|
|
|
|
|
+ //if (StringUtils.isBlank(updateDto.getNotPrescribeReason())) {
|
|
|
|
|
+ //throw new CustomException("原因不能为空");
|
|
|
|
|
+ //}
|
|
|
|
|
+ //updateDto.setNotPrescribeReason("暂不不开方:"+updateDto.getNotPrescribeReason());
|
|
|
|
|
+ updateDto.setNotPrescribeReason("暂不不开方");
|
|
|
// 1. 清除原有基础处方图片
|
|
// 1. 清除原有基础处方图片
|
|
|
clearPrescriptionImage(updateDto.getPrescribeId());
|
|
clearPrescriptionImage(updateDto.getPrescribeId());
|
|
|
|
|
|