|
|
|
@ -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)) { |
|
|
|
|