瀏覽代碼

中医药

chenyongxing 8 年之前
父節點
當前提交
3684a90b5e

+ 0 - 2
patient-co-customization/patient-co-modern-medicine/src/main/java/com/yihu/mm/service/PhysicalExaminationService.java

@ -17,13 +17,11 @@ public class PhysicalExaminationService {
    public String findExames(String key,String type, String examCode) {
    public String findExames(String key,String type, String examCode) {
        //先获取key值
        //先获取key值
        JSONObject params = new JSONObject();
        JSONObject params = new JSONObject();
        params.put("key",key);
        params.put("key",key);
        params.put("tp_type", type);
        params.put("tp_type", type);
        params.put("sh_id", examCode);
        params.put("sh_id", examCode);
        return HttpClientUtil.postBody(yuerenApi + "/findtest", params);
        return HttpClientUtil.postBody(yuerenApi + "/findtest", params);
    }
    }
    public String insertslip(String key,Patient patient) {
    public String insertslip(String key,Patient patient) {