|
@@ -187,6 +187,9 @@ public class ExecService {
|
|
|
header.put("fixmedins_code", cfg.getHospId());
|
|
|
header.put("fixmedins_name", cfg.getHospName());
|
|
|
header.put("sign_no", "");
|
|
|
+ if (StringUtil.notBlank(cfg.getSoftDeveloper())) {
|
|
|
+ header.put("fixmedins_soft_fcty", cfg.getSoftDeveloper());
|
|
|
+ }
|
|
|
header.put("input", input);
|
|
|
return header;
|
|
|
}
|