|
|
@@ -103,9 +103,6 @@ public class FsPrescribeServiceImpl implements IFsPrescribeService
|
|
|
@Autowired
|
|
|
private IFsStoreProductScrmService productScrmService;
|
|
|
|
|
|
- @Autowired
|
|
|
- @Lazy
|
|
|
- private IFsStoreOrderScrmService orderService;
|
|
|
/**
|
|
|
* 查询处方
|
|
|
*
|
|
|
@@ -835,8 +832,7 @@ public class FsPrescribeServiceImpl implements IFsPrescribeService
|
|
|
prescribe.setAuditApothecaryId(doctor.getDoctorId());
|
|
|
prescribe.setReason(param.getAuditReason());
|
|
|
// 添加审核水印
|
|
|
- FsStoreOrderScrm fsStoreOrderScrm = orderService.selectFsStoreOrderById(param.getPrescribeId());
|
|
|
- prescribe.setDstFilePath(thumbnailatorWatermark.addWatermarkToNetworkImage(param.getPrescribeId(),fsStoreOrderScrm.getStatus(),prescribe.getDstFilePath()));
|
|
|
+ prescribe.setDstFilePath(thumbnailatorWatermark.addWatermarkToNetworkImage(param.getPrescribeId(),1,prescribe.getDstFilePath()));
|
|
|
prescribe.updateById();
|
|
|
if(param.getStatus().equals(1)){
|
|
|
//发送信息
|