|
|
|
@ -61,7 +61,7 @@ |
|
|
|
|
<if test="invoiceSource != null and invoiceSource != '' and invoiceSource != 'null' and invoiceSource != '99' "> |
|
|
|
|
and t.invoice_source = #{invoiceSource} |
|
|
|
|
</if> |
|
|
|
|
order by t.invoice_date desc,b.id |
|
|
|
|
order by t.invoice_date desc |
|
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
<select id="selectByPramsMap" parameterType="java.util.Map" resultMap="BaseResultMap" databaseId="oracle"> |
|
|
|
@ -97,6 +97,6 @@ |
|
|
|
|
<if test="invoiceSource != null and invoiceSource != '' and invoiceSource != 'null' and invoiceSource != '99' "> |
|
|
|
|
and t.invoice_source = #{invoiceSource} |
|
|
|
|
</if> |
|
|
|
|
order by t.invoice_date desc,b.id |
|
|
|
|
order by t.invoice_date desc |
|
|
|
|
</select> |
|
|
|
|
</mapper> |
|
|
|
|