develop/hrl_20241223_syjgThread
hrl_081 3 weeks ago
parent face40c683
commit e126a9fdfc
  1. 2
      WEB-INF/src/com/his/zy/service/ZyYzService.java

@ -1979,7 +1979,7 @@ public class ZyYzService {
}
//判断剂量和剂量基准系数是否 合法
if((Delphi.isNullString(jl) || !Delphi.isNumber(jl)) && !"W".equalsIgnoreCase(gllx)) {
if(Delphi.isNullString(jl) || !Delphi.isNumber(jl)) {
return model;
}
if(Delphi.isNullString(jlxs)) {

Loading…
Cancel
Save