@@ -1653,9 +1653,6 @@
<if test="financeName != null and financeName != ''">
and d.name = #{financeName,jdbcType=VARCHAR}
</if>
- <if test="page_sql != null">
- ${page_sql}
- </if>
</select>
<select id="selectBillByOrderNo" parameterType="java.lang.String" resultType="com.goafanti.order.bo.BillListBo">