zjh
2024-12-06 c42f62b32bac302a7ac9fcde7489f7c5fc6e11aa
ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java
@@ -7,6 +7,7 @@
import com.ltkj.hosp.domain.TjCustomer;
import com.ltkj.hosp.hisDto.*;
import com.ltkj.hosp.service.ITjCustomerService;
import com.ltkj.system.service.ISysConfigService;
import com.ltkj.web.wxUtils.HttpClientUtils;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
@@ -29,6 +30,8 @@
public class HisApiMethodService {
    @Autowired
    private ITjCustomerService tjCustomerService;
    @Autowired
    private ISysConfigService configService;
    private static  String HIS_URL = "";
@@ -65,6 +68,7 @@
    //    @ApiOperation(value = "新增/修改门诊注册信息")
    public AjaxResult Outpincreateapply (TjCustomer customer) {
        String ysbm = configService.selectConfigByKey("request_default_ysbm");
        Map<String, Object> map = new HashMap<> ();
        if (null != customer.getPationId () && !customer.getPationId().equals("0")) {
            map.put ("Pationid", customer.getPationId ());
@@ -95,7 +99,7 @@
        map.put ("mz", null);
        map.put ("zy","职员");
        map.put ("fbbm", null);
        map.put ("czy", "00029");
        map.put ("czy", ysbm);
        map.put ("jkkkh",null);
        map.put ("mindex_id",null);
//        map.put ("zybm","职员");