Commit 1e0b33cf by ddx

日志字段修改

parent adc0ca58
......@@ -223,6 +223,12 @@
<if test="remarks != null" >
remarks,
</if>
<if test="resContext != null" >
res_context,
</if>
<if test="timeFlag != null" >
time_flag,
</if>
</trim>
<trim prefix="values (" suffix=")" suffixOverrides="," >
<if test="taxno != null" >
......@@ -270,6 +276,12 @@
<if test="remarks != null" >
#{remarks,jdbcType=VARCHAR},
</if>
<if test="resContext != null" >
#{resContext,jdbcType=VARCHAR},
</if>
<if test="timeFlag != null" >
#{timeFlag,jdbcType=VARCHAR},
</if>
</trim>
</insert>
<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