|
|
@@ -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.name like concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
|
|
|
+ or bp.patient_name like concat('%',#{source.queryCondition,jdbcType=VARCHAR},'%')
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|