| | |
| | | <if test="p.prepayId != null and p.prepayId !=''"> |
| | | and prepay_id = #{p.prepayId} |
| | | </if> |
| | | <if test="p.type != null "> |
| | | and type = #{p.type} |
| | | <if test="p.type != null and p.type !=''"> |
| | | and type = #{p.type} |
| | | </if> |
| | | <if test="p.createUserId != null and p.createUserId !=''"> |
| | | and create_user_id = #{p.createUserId} |
| | |
| | | <if test="p.createHospitalName != null and p.createHospitalName !=''"> |
| | | and create_hospital_name = #{p.createHospitalName} |
| | | </if> |
| | | <if test="p.createDoctorId != null and p.createDoctorId !=''"> |
| | | and create_doctor_id = #{p.createDoctorId} |
| | | </if> |
| | | <if test="p.createDoctorIdName != null and p.createDoctorIdName !=''"> |
| | | and create_doctor_name like '%${p.createDoctorIdName}%' |
| | | </if> |
| | | <if test="p.payPrice != null and p.payPrice !=''"> |
| | | and pay_price = #{p.payPrice} |
| | | </if> |
| | |
| | | <if test="p.prepayId != null and p.prepayId !=''"> |
| | | and prepay_id = #{p.prepayId} |
| | | </if> |
| | | <if test="p.type != null "> |
| | | and type = #{p.type} |
| | | <if test="p.type != null and p.type !='' "> |
| | | and type = #{p.type} |
| | | </if> |
| | | <if test="p.createUserId != null and p.createUserId !=''"> |
| | | and create_user_id = #{p.createUserId} |