xuhy
2025-04-24 1c139903c8da49a46bdde66f3a68064cbf22f111
ruoyi-system/src/main/resources/mapper/system/TTestMethodConfirmSheetTermMapper.xml
@@ -12,11 +12,6 @@
        <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" />
        <result column="term_reagent" property="termReagent" />
        <result column="term_step" property="termStep" />
        <result column="term_result" property="termResult" />
        <result column="status" property="status" />
        <result column="create_time" property="createTime" />
        <result column="update_time" property="updateTime" />
@@ -27,7 +22,7 @@
    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        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
        id, test_id, term_code, term_name, term_type, term_method_code,term_method, sample_require, status, create_time, update_time, create_by, update_by, disabled
    </sql>
</mapper>