Commit bba73504 by guojuxing

发票管理列表接口修改:创建时间倒序

parent a6d1c991
...@@ -419,5 +419,7 @@ ...@@ -419,5 +419,7 @@
<if test="invoiceStatusStr != null"> <if test="invoiceStatusStr != null">
and invoice_status in #{invoiceStatusStr} and invoice_status in #{invoiceStatusStr}
</if> </if>
order by create_time desc
</select> </select>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment