|
@@ -97,7 +97,7 @@ public interface FsDoctorMapper
|
|
|
" <if test=\"speed != null \"> and speed = #{speed}</if>\n" +
|
|
" <if test=\"speed != null \"> and speed = #{speed}</if>\n" +
|
|
|
" <if test=\"mobile != null and mobile != ''\"> and doc.mobile = #{mobile}</if>\n" +
|
|
" <if test=\"mobile != null and mobile != ''\"> and doc.mobile = #{mobile}</if>\n" +
|
|
|
" <if test=\"doctorType != null \"> and doc.doctor_type = #{doctorType}</if>\n" +
|
|
" <if test=\"doctorType != null \"> and doc.doctor_type = #{doctorType}</if>\n" +
|
|
|
- " <if test=\"sex != null \"> and sex = #{sex}</if>\n" +
|
|
|
|
|
|
|
+ " <if test=\"sex != null \"> and doc.sex = #{sex}</if>\n" +
|
|
|
" <if test=\"bitthday != null \"> and doc.bitthday = #{bitthday}</if>\n" +
|
|
" <if test=\"bitthday != null \"> and doc.bitthday = #{bitthday}</if>\n" +
|
|
|
" <if test=\"idCard != null and idCard != ''\"> and doc.id_card = #{idCard}</if>\n" +
|
|
" <if test=\"idCard != null and idCard != ''\"> and doc.id_card = #{idCard}</if>\n" +
|
|
|
" <if test=\"idCardFrontUrl != null and idCardFrontUrl != ''\"> and doc.id_card_front_url = #{idCardFrontUrl}</if>\n" +
|
|
" <if test=\"idCardFrontUrl != null and idCardFrontUrl != ''\"> and doc.id_card_front_url = #{idCardFrontUrl}</if>\n" +
|