Commit 1e0b33cf by ddx

日志字段修改

parent adc0ca58
...@@ -223,6 +223,12 @@ ...@@ -223,6 +223,12 @@
<if test="remarks != null" > <if test="remarks != null" >
remarks, remarks,
</if> </if>
<if test="resContext != null" >
res_context,
</if>
<if test="timeFlag != null" >
time_flag,
</if>
</trim> </trim>
<trim prefix="values (" suffix=")" suffixOverrides="," > <trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="taxno != null" > <if test="taxno != null" >
...@@ -270,6 +276,12 @@ ...@@ -270,6 +276,12 @@
<if test="remarks != null" > <if test="remarks != null" >
#{remarks,jdbcType=VARCHAR}, #{remarks,jdbcType=VARCHAR},
</if> </if>
<if test="resContext != null" >
#{resContext,jdbcType=VARCHAR},
</if>
<if test="timeFlag != null" >
#{timeFlag,jdbcType=VARCHAR},
</if>
</trim> </trim>
</insert> </insert>
<select id="countByExample" parameterType="com.tax.token.model.TkRealTokenLogExample" resultType="java.lang.Integer" > <select id="countByExample" parameterType="com.tax.token.model.TkRealTokenLogExample" resultType="java.lang.Integer" >
......
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