bug修改
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
<if test="entity.userName != null">#{entity.userName,jdbcType=VARCHAR},</if>
|
||||
<if test="entity.password != null">#{entity.password,jdbcType=VARCHAR},</if>
|
||||
<if test="entity.intranetIp != null">#{entity.intranetIp,jdbcType=VARCHAR},</if>
|
||||
<if test="entity.type != null">#{entity.type,jdbcType=INTEGER},</if>
|
||||
<if test="entity.type != null">#{entity.type,jdbcType=VARCHAR},</if>
|
||||
<if test="entity.createTime != null">#{entity.createTime,jdbcType=TIMESTAMP},</if>
|
||||
<if test="entity.updateTime != null">#{entity.updateTime,jdbcType=TIMESTAMP},</if>
|
||||
</trim>
|
||||
|
||||
Reference in New Issue
Block a user