|
|
@@ -337,14 +337,14 @@ public class SiQueryService {
|
|
|
if (null != medType) {
|
|
|
setlInfo.setMedTypeName(medType.getName());
|
|
|
}
|
|
|
- Insutype insutype = Insutype.get(setlInfo.getInsutype());
|
|
|
- if (null != insutype) {
|
|
|
- setlInfo.setInsutypeName(insutype.getName());
|
|
|
- }
|
|
|
PsnType psnType = PsnType.get(setlInfo.getPsnType());
|
|
|
if (null != psnType) {
|
|
|
setlInfo.setPsnTypeName(psnType.getName());
|
|
|
}
|
|
|
+ Insutype insutype = Insutype.get(setlInfo.getInsutype());
|
|
|
+ if (null != insutype) {
|
|
|
+ setlInfo.setInsutypeName(insutype.getName());
|
|
|
+ }
|
|
|
|
|
|
JSONArray setldetail = output.getJSONArray("setldetail");
|
|
|
if (null != setldetail && !setldetail.isEmpty()) {
|