|
@@ -24,11 +24,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<result property="id" column="qr_repertory_column_id"/>
|
|
|
<result property="qrRepertoryId" column="qr_repertory_id"/>
|
|
|
<result property="qrFormatId" column="qr_format_id"/>
|
|
|
- <result property="qrFormatVO.id" column="qr_format_id"/>
|
|
|
- <result property="qrFormatVO.codeVariableBuildClass" column="code_variable_build_class"/>
|
|
|
+ <result property="qrFormatName" column="qr_format_name"/>
|
|
|
<result property="cloneColumn" column="clone_column"/>
|
|
|
<result property="sortNumber" column="sort_number"/>
|
|
|
<result property="alias" column="alias"/>
|
|
|
+ <result property="splitNum" column="split_num"/>
|
|
|
<result property="urlType" column="url_type"/>
|
|
|
<result property="remark" column="remark"/>
|
|
|
</resultMap>
|
|
@@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<!-- 码包 -->
|
|
|
<resultMap id="QrPackageResult" type="com.abi.qms.platform.dao.vo.result.QrPackageVO">
|
|
|
<!-- <result property="batchNumber" column="batch_number"/>-->
|
|
|
-<!-- <result property="name" column="qr_package_name"/>-->
|
|
|
+ <result property="id" column="qr_package_id"/>
|
|
|
<result property="qrNumber" column="qr_number"/>
|
|
|
<result property="createTime" column="qr_package_create_time"/>
|
|
|
<result property="createByName" column="qr_package_create_by_name"/>
|
|
@@ -123,11 +123,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
qrc.clone_column,
|
|
|
qrc.sort_number,
|
|
|
qrc.alias,
|
|
|
+ qrc.split_num,
|
|
|
qrc.url_type,
|
|
|
qrc.remark,
|
|
|
- qf.code_variable_build_class,
|
|
|
-<!-- qp.batch_number,-->
|
|
|
-<!-- qp.name AS qr_package_name,-->
|
|
|
+ qf.name as qr_format_name,
|
|
|
+ qp.id as qr_package_id,
|
|
|
qp.qr_number,
|
|
|
qp.create_time AS qr_package_create_time,
|
|
|
ui.user_name AS qr_package_create_by_name
|