|
@@ -1036,11 +1036,6 @@ public class FsPrescribeServiceImpl implements IFsPrescribeService
|
|
|
map.setAuditReason("");
|
|
map.setAuditReason("");
|
|
|
fsExportTaskService.updateFsExportTaskByPrescribeId(param.getPrescribeId());
|
|
fsExportTaskService.updateFsExportTaskByPrescribeId(param.getPrescribeId());
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- if (param.getStatus() == 2) {
|
|
|
|
|
- //TODO 添加拒方记录
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
delUrl(param.getPrescribeId());
|
|
delUrl(param.getPrescribeId());
|
|
|
if (this.updateFsPrescribe(map) > 0){
|
|
if (this.updateFsPrescribe(map) > 0){
|
|
|
return R.ok("审核成功");
|
|
return R.ok("审核成功");
|