Commit 2bb750f9 by niewei

mapper修改,cur日期格式修改

parent b0a31abb
......@@ -28,9 +28,9 @@ public class CurVo extends BaseEntity {
private int bas;
// 汇率最大浮动值
private BigDecimal dif;
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
@JsonFormat(pattern="yyyy-MM-dd",timezone="GMT+8")
private Date begdat;
@JsonFormat(pattern="yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
@JsonFormat(pattern="yyyy-MM-dd",timezone="GMT+8")
private Date enddat;
// 借记到账天数
private int dbtday;
......
......@@ -256,7 +256,7 @@
from bnl
<where>
<if test="fqcyjg != null and fqcyjg != ''">
and fqcyjg like concat('%', #{fqcyjg} '%')
and fqcyjg like concat('%', #{fqcyjg}, '%')
</if>
<if test="fukrhm != null and fukrhm != ''">
and fukrhm like concat('%', #{fukrhm}, '%')
......
......@@ -183,7 +183,7 @@
<!--新增所有列-->
<insert id="insert">
insert delayed into TXM(INR, EXTKEY, NAM, TXT, UIL, VER, ETGEXTKEY)
insert into TXM(INR, EXTKEY, NAM, TXT, UIL, VER, ETGEXTKEY)
values (#{inr},#{extkey}, #{nam}, #{txt}, #{uil}, #{ver},#{etgextkey})
</insert>
......
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