Browse Source

mapper文件对应的sql添加mark字段

tags/v1.2.0^2
chengwang 1 year ago
parent
commit
7c2a300816
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionFileMapper.xml

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/resources/mapper/InspectionFileMapper.xml View File

#{item.checkTime,jdbcType=TIMESTAMP}, #{item.checkTime,jdbcType=TIMESTAMP},
#{item.createUser,jdbcType=INTEGER}, #{item.createUser,jdbcType=INTEGER},
#{item.tenantId,jdbcType=INTEGER}, #{item.tenantId,jdbcType=INTEGER},
#{item.mark,jdbcType=INTEGER}
#{item.mark,jdbcType=TINYINT}
) )
</foreach> </foreach>
</insert> </insert>

Loading…
Cancel
Save