|
|
@@ -13,6 +13,7 @@
|
|
|
<result property="clinicStartTime" column="clinic_start_time"/>
|
|
|
<result property="deptId" column="dept_id"/>
|
|
|
<result property="deptName" column="dept_name"/>
|
|
|
+ <result property="imageUrl" column="image_url"/>
|
|
|
<result property="clinicName" column="clinic_name"/>
|
|
|
<result property="clinicStatus" column="clinic_status"/>
|
|
|
<result property="lastModifyUserType" column="last_modify_user_type"/>
|
|
|
@@ -41,6 +42,7 @@
|
|
|
bcr.dept_id as dept_id,
|
|
|
bcr.dept_name as dept_name,
|
|
|
bcr.clinic_name as clinic_name,
|
|
|
+ bcr.image_url as image_url,
|
|
|
bcr.clinic_status as clinic_status,
|
|
|
bcr.last_modify_user_type,
|
|
|
bcrwu.care as care
|