Commit b884d368 authored by jianglingfeng's avatar jianglingfeng

修改

parent 4d3fbe35
...@@ -66,8 +66,8 @@ public class FncInvoice extends BaseEntity { ...@@ -66,8 +66,8 @@ public class FncInvoice extends BaseEntity {
/** /**
* 发票日期 * 发票日期
*/ */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") @JsonFormat(pattern = "yyyy-MM-dd")
@Excel(name = "发票日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") @Excel(name = "发票日期", width = 30, dateFormat = "yyyy-MM-dd")
private Date invoiceDate; private Date invoiceDate;
/** /**
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<select id="queryById" resultType="com.ruoyi.system.domain.vo.FncInvoiceVo"> <select id="queryById" resultType="com.ruoyi.system.domain.vo.FncInvoiceVo">
<include refid="querySql"/> <include refid="querySql"/>
and A.invoice_id = #{id} where A.invoice_id = #{id}
</select> </select>
<sql id="allField"> <sql id="allField">
......
...@@ -179,6 +179,7 @@ import { ...@@ -179,6 +179,7 @@ import {
import { getToken } from "@/utils/auth"; import { getToken } from "@/utils/auth";
export default { export default {
name: "Ledger", name: "Ledger",
data() { data() {
return { 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