|
@@ -93,6 +93,9 @@
|
|
<if test="settlementType != null and settlementType != ''">
|
|
<if test="settlementType != null and settlementType != ''">
|
|
AND settlement_type_ = #{settlementType}
|
|
AND settlement_type_ = #{settlementType}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="isAllowArrangeExam != null">
|
|
|
|
+ AND is_allow_arrange_exam_ = #{isAllowArrangeExam}
|
|
|
|
+ </if>
|
|
<if test="search != null and search != ''">
|
|
<if test="search != null and search != ''">
|
|
AND (id_ = #{search} OR name_ LIKE CONCAT('%',#{search},'%')
|
|
AND (id_ = #{search} OR name_ LIKE CONCAT('%',#{search},'%')
|
|
OR contact_name_ LIKE CONCAT('%',#{search},'%')
|
|
OR contact_name_ LIKE CONCAT('%',#{search},'%')
|