|
@@ -90,7 +90,7 @@
|
|
AND result.area LIKE CONCAT('%',#{area},'%')
|
|
AND result.area LIKE CONCAT('%',#{area},'%')
|
|
</if>
|
|
</if>
|
|
<if test="customName != null and customName != ''">
|
|
<if test="customName != null and customName != ''">
|
|
- AND result.customName LIKE CONCAT('%',#{customName}.'%')
|
|
|
|
|
|
+ AND result.customName LIKE CONCAT('%',#{customName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="gap != null">
|
|
<if test="gap != null">
|
|
AND (result.coordinatorUnDistributed + result.effectUnDistributed + result.assistantUnDistributed) <= #{gap}
|
|
AND (result.coordinatorUnDistributed + result.effectUnDistributed + result.assistantUnDistributed) <= #{gap}
|
|
@@ -199,7 +199,7 @@
|
|
AND result.area LIKE CONCAT('%',#{area},'%')
|
|
AND result.area LIKE CONCAT('%',#{area},'%')
|
|
</if>
|
|
</if>
|
|
<if test="customName != null and customName != ''">
|
|
<if test="customName != null and customName != ''">
|
|
- AND result.customName LIKE CONCAT('%',#{customName}.'%')
|
|
|
|
|
|
+ AND result.customName LIKE CONCAT('%',#{customName},'%')
|
|
</if>
|
|
</if>
|
|
<if test="gap != null">
|
|
<if test="gap != null">
|
|
AND (result.coordinatorUnDistributed + result.effectUnDistributed + result.assistantUnDistributed) <= #{gap}
|
|
AND (result.coordinatorUnDistributed + result.effectUnDistributed + result.assistantUnDistributed) <= #{gap}
|