fix: 修改小结查重添加查重日志 #130
Merged
sunchenliang
merged 1 commits from fix/updateCheckRepetition20240418
into test
1 year ago
@ -0,0 +1,16 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
|
<mapper namespace="cn.jyjz.xiaoyao.ocr.dataDao.OcrCheckDescribeHisMapper">
|
||||||
|
<resultMap id="BaseResultMap" type="cn.jyjz.xiaoyao.ocr.dataobject.OcrCheckDescribeHis">
|
||||||
|
<!--@mbg.generated-->
|
||||||
|
<!--@Table ocr_check_describe_his-->
|
||||||
|
<id column="id" jdbcType="BIGINT" property="id" />
|
||||||
|
<result column="pictureId" jdbcType="BIGINT" property="pictureid" />
|
||||||
|
<result column="checkResult" jdbcType="LONGVARCHAR" property="checkresult" />
|
||||||
|
<result column="describe" jdbcType="VARCHAR" property="describe" />
|
||||||
|
</resultMap>
|
||||||
|
<sql id="Base_Column_List">
|
||||||
|
<!--@mbg.generated-->
|
||||||
|
id, pictureId, checkResult, `describe`
|
||||||
|
</sql>
|
||||||
|
</mapper>
|
Loading…
Reference in new issue