liusheng
2024-03-26 1b8f305c2764e382f5d72bd0f7b65826ee2b3ebe
ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementSharedMapper.xml
@@ -64,6 +64,8 @@
        <result property="riqi" column="riqi"/>
        <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">
@@ -125,7 +127,9 @@
               zffs,
               riqi,
               bh,
               checkstatus
               checkstatus,
               apply_time,
               performancetype
        from service_reimbursement_shared
    </sql>