|
@@ -133,7 +133,7 @@ public class XiangMuLuRuService {
|
|
|
// 管理员角色可以无视
|
|
|
if (!yongHuJueSe.contains(1)) {
|
|
|
// 人员角色为 3 就不是医技科室 只有医技科室可以退药品
|
|
|
- if (yongHuJueSe.contains(3)) {
|
|
|
+ if (yongHuJueSe.contains(4)) {
|
|
|
if (!zhiXinKeShi.contains(pojo.getExecUnit())) {
|
|
|
return ResultVoUtil.fail(ExceptionEnum.LOGICAL_ERROR, String.format("流水号为【%s】,请对应的执行科室进行退费。", pojo.getDetailSn()));
|
|
|
}
|
|
@@ -221,7 +221,7 @@ public class XiangMuLuRuService {
|
|
|
if (xiangMuHuoYaoPinFlag == 0) {
|
|
|
return ResultVoUtil.success(dao.queryXiangMu(pyCode.toUpperCase() + "%"));
|
|
|
}
|
|
|
- return ResultVoUtil.success();
|
|
|
+ return ResultVoUtil.success(dao.queryYaoPin(pyCode.toUpperCase() + "%"));
|
|
|
}
|
|
|
|
|
|
/**
|