Explorar o código

先不能退药

xiaochan %!s(int64=3) %!d(string=hai) anos
pai
achega
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()));
                 }
 
             }