|
|
@@ -284,6 +284,9 @@
|
|
|
<if test="searchParams.date != null">
|
|
|
and a.create_time = #{searchParams.date}
|
|
|
</if>
|
|
|
+ <if test="searchParams.isAppoint == false">
|
|
|
+ and technician_id is null
|
|
|
+ </if>
|
|
|
</where>
|
|
|
<foreach item="sort" collection="sortList" open="order by" separator=",">
|
|
|
${sort.name} ${sort.order}
|