Commit 8254fab6 authored by 蒋凌峰's avatar 蒋凌峰 😉

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	ruoyi-ui/src/views/finance/invoice/index.vue
#	sql/ry-vue.sql
parents cb1a43a5 b884d368
......@@ -66,8 +66,8 @@ public class FncInvoice extends BaseEntity {
/**
* 发票日期
*/
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@Excel(name = "发票日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "发票日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date invoiceDate;
/**
......
......@@ -104,7 +104,7 @@
<select id="queryById" resultType="com.ruoyi.system.domain.vo.FncInvoiceVo">
<include refid="querySql"/>
and A.invoice_id = #{id}
where A.invoice_id = #{id}
</select>
<sql id="allField">
......
......@@ -179,6 +179,7 @@ import {
import { getToken } from "@/utils/auth";
export default {
name: "Ledger",
data() {
return {
// 遮罩层
......
This diff is collapsed.
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