zjh
2024-06-26 ec2bb08f0aad10bbf1f133046d8e9943be3a6d72
ltkj-admin/src/main/java/com/ltkj/web/controller/system/TjCustomerController.java
@@ -567,7 +567,7 @@
                return AjaxResult.success(tjCustomer);
            }
        }
        return null;
        return AjaxResult.error(object.getStr("ResultContent"));
    }
    /**
@@ -622,7 +622,7 @@
//                    hisApiGetMethodService.save(object, "Outpincreateapply", hisApiConfig, JSONUtil.toJsonStr(BeanUtil.beanToMap(tjCustomer)));
                    return AjaxResult.success();
                }
                return AjaxResult.error();
                return AjaxResult.error(object.getStr("ResultContent"));
            }
            return AjaxResult.success();
        }