|
|
@@ -93,7 +93,7 @@
|
|
|
bcr.patient_name,
|
|
|
bcr.patient_age,
|
|
|
bcr.patient_gender,
|
|
|
- bp.patient_code,
|
|
|
+ bcr.patient_code,
|
|
|
bcr.follow_up_count,
|
|
|
bcr.assess_count
|
|
|
FROM biz_clinic_room bcr
|
|
|
@@ -105,7 +105,7 @@
|
|
|
</if>
|
|
|
<if test="source.queryCondition != null and source.queryCondition != ''">
|
|
|
and bcr.patient_code LIKE concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
|
|
|
- or bp.patient_name like concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
|
|
|
+ or bcr.patient_name like concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|