|
|
@@ -502,7 +502,6 @@
|
|
|
<if test="contractNo != null">
|
|
|
and e.contract_no = #{contractNo}
|
|
|
</if>
|
|
|
-
|
|
|
<if test="applyDep != null">
|
|
|
and a.apply_dep = #{applyDep}
|
|
|
</if>
|
|
|
@@ -515,7 +514,6 @@
|
|
|
<if test="secondaryType != null">
|
|
|
and a.secondary_type= #{secondaryType}
|
|
|
</if>
|
|
|
-
|
|
|
order by a.status,a.create_time desc
|
|
|
<if test="page_sql !=null">
|
|
|
${page_sql}
|