|
@ -413,7 +413,7 @@ public class MedOrderService {
|
|
|
input = new JSONObject();
|
|
|
inputDetail = new JSONObject();
|
|
|
inputDetail.put("psn_no","");//人员编码 前端封装
|
|
|
inputDetail.put("insutype","310");
|
|
|
inputDetail.put("insutype","310");//前端替换成医保返回险种类型
|
|
|
inputDetail.put("begntime",DateUtil.dateToStrLong(ylzMedicalRelationDO.getDate()));
|
|
|
if ("02".equals(mdtrt_cert_type)){
|
|
|
inputDetail.put("mdtrt_cert_no",idcard);
|
|
@ -606,7 +606,7 @@ public class MedOrderService {
|
|
|
dataInfo.put("psn_setlway",ylzMedicalMxDOSTmp.get(0).getPsnSetlway()); //个人结算方式
|
|
|
dataInfo.put("mdtrt_id",ylzMedicalRelationDO.getHisSerial()); //就诊 ID
|
|
|
dataInfo.put("chrg_bchno",key); //收费批次号
|
|
|
dataInfo.put("insutype","310"); //险种类型
|
|
|
dataInfo.put("insutype",ylzMedicalRelationDO.getInsuranceType()); //险种类型
|
|
|
dataInfo.put("acct_used_flag","1"); //个人账户使用标志
|
|
|
|
|
|
JSONObject mdtrtinfo = new JSONObject();//就诊信息
|