ソースを参照

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

tags/v1.2.0^2
chengwang 1年前
コミット
7c2a300816
1個のファイルの変更1行の追加1行の削除
  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 ファイルの表示

@@ -146,7 +146,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
#{item.checkTime,jdbcType=TIMESTAMP},
#{item.createUser,jdbcType=INTEGER},
#{item.tenantId,jdbcType=INTEGER},
#{item.mark,jdbcType=INTEGER}
#{item.mark,jdbcType=TINYINT}
)
</foreach>
</insert>

読み込み中…
キャンセル
保存