Browse Source

先不能退药

xiaochan 2 years ago
parent
commit
c6b714031c

+ 1 - 1
src/main/java/thyyxxk/webserver/service/inpatient/XiangMuLuRuService.java

@@ -206,7 +206,7 @@ public class XiangMuLuRuService {
                     drug.add(item);
                     updateDrugLabel.add(item.getDetailSn());
                     // todo 要开启把这个代码注释掉
-                    return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, String.format("流水号:【%s】,此药品为医技科室录入,药品无法退费。", item.getDetailSn()));
+                    return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, String.format("流水号:【%s】,药品无法退费。", item.getDetailSn()));
                 }
 
             }