liusheng
2023-12-19 78ee837585bf67ca1b462db6adbdb8135de05fb8
ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml
@@ -65,6 +65,7 @@
        <result property="bh" column="bh"/>
        <result property="checkstatus" column="checkstatus"/>
        <result property="performancetype" column="performancetype"/>
        <result property="applyTime" column="apply_time"/>
    </resultMap>
    <sql id="selectServiceReimbursementSharedVo">
@@ -127,6 +128,7 @@
               riqi,
               bh,
               checkstatus,
               apply_time,
               performancetype
        from service_reimbursement_shared
    </sql>