Browse Source

代码修改

bing 2 years ago
parent
commit
e7935b62e4

+ 1 - 1
common/common-entity/src/main/java/com/yihu/jw/entity/hospital/healthCare/YlzMedicalRelationDO.java

@ -81,7 +81,7 @@ public class YlzMedicalRelationDO extends UuidIdentityEntity {
    private String otherPay;//其中:其他基金支付
    private String enterpriseSupplement;//其中:企业补充
    private String jtgjPay;//家庭共济账户支付
    private String collector;//收费人
    private String collector;//收费人 //开单医生编码
    private String pageCode;//结算code
    private String insuranceType;//险种类型(医保类型)
    private String insuranceTypeName;//险种类型名称

+ 3 - 2
svr/svr-base/src/main/java/com/yihu/jw/base/service/a3service/JwService.java

@ -182,11 +182,12 @@ public class JwService {
         */
        JSONObject settleDeptResponse  = getSettleDept(equ_num);
        if (settleDeptResponse.getString("status").equalsIgnoreCase("200")) {
            msgBody.put("settleDept",settleDeptResponse.getString("data"));//结算科室编码
            JSONObject settleDeptObj = settleDeptResponse.getJSONObject("data");
            msgBody.put("settleDept",settleDeptObj.getString("settleDept"));//结算科室编码
            msgBody.put("settleOperator",settleDeptObj.getString("settleOperator"));//结算人员编码
        }else {
            throw new Exception("未找到结算科室编码");
        }
        msgBody.put("settleOperator",ylzMedicalRelationDO.getCollector());//结算人员编码
        msgBody.put("visitNo","");//结算人员编码
        if (0==ylzMedicalRelationDO.getMedicalState()){//自费