From 4dd862607e527036f08bf27615ba0adc2bd86c9b Mon Sep 17 00:00:00 2001 From: luliqiang <kidgrow> Date: Thu, 11 Jun 2020 09:34:15 +0800 Subject: [PATCH] FileCenter增加feign接口 --- kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysDepartmentMapper.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysDepartmentMapper.xml b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysDepartmentMapper.xml index cb55f28..fbddc1a 100644 --- a/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysDepartmentMapper.xml +++ b/kidgrow-business/kidgrow-usercenter/kidgrow-usercenter-biz/src/main/resources/mapper/SysDepartmentMapper.xml @@ -15,6 +15,9 @@ <if test="p.id != null and p.id !=''"> and id = #{p.id} </if> + <if test="p.hospitalId != null and p.hospitalId !=''"> + and hospital_id = #{p.hospitalId} + </if> <if test="p.departmentName != null and p.departmentName !=''"> and department_name = #{p.departmentName} </if> -- Gitblit v1.8.0