xuhy
2025-04-17 01f910d795ba0e06338d255b01ea7eb26bd0ba47
ruoyi-system/src/main/resources/mapper/system/TTestMethodConfirmSheetTermMapper.xml
@@ -10,6 +10,7 @@
        <result column="term_name" property="termName" />
        <result column="term_type" property="termType" />
        <result column="term_method_code" property="termMethodCode" />
        <result column="term_method" property="termMethod" />
        <result column="sample_require" property="sampleRequire" />
        <result column="term_standard" property="termStandard" />
        <result column="term_instrument" property="termInstrument" />
@@ -26,7 +27,7 @@
    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, test_id, term_code, term_name, term_type, term_method_code, sample_require, term_standard, term_instrument, term_reagent, term_step, term_result, status, create_time, update_time, create_by, update_by, disabled
        id, test_id, term_code, term_name, term_type, term_method_code,term_method, sample_require, term_standard, term_instrument, term_reagent, term_step, term_result, status, create_time, update_time, create_by, update_by, disabled
    </sql>
</mapper>