路泰机电科技体检——数据平台后端
zhaowenxuan
2025-08-04 a7b439b5339f65f06d4be5172004051457c5be83
src/main/resources/mapper/DictHospMapper.xml
@@ -36,6 +36,8 @@
            <result property="expirationTime" column="expiration_time" jdbcType="TIMESTAMP"/>
            <result property="dbname" column="dbname" jdbcType="VARCHAR"/>
            <result property="beanName" column="bean_name" jdbcType="VARCHAR"/>
            <result property="isAutoAsyncJg" column="is_auto_async_jg" jdbcType="TINYINT"/>
            <result property="isTbHisProject" column="is_tb_his_project" jdbcType="TINYINT"/>
    </resultMap>
    <sql id="Base_Column_List">
@@ -49,6 +51,6 @@
        effective,create_by_name,update_by_name,
        deleted,create_id,update_id,
        secret_key,expiration_time,dbname,
        bean_name,imgBase64
        bean_name,imgBase64,is_auto_async_jg,is_tb_his_project
    </sql>
</mapper>