liusheng
2025-06-03 65674d65f5795d52f69f4f5729c5eb76cf595f47
ruoyi-project/src/main/resources/mapper/project/ServiceReimbursementMapper.xml
@@ -63,6 +63,8 @@
        <result property="checkstatus" column="checkstatus"/>
        <result property="performancetype" column="performancetype"/>
        <result property="applyTime" column="apply_time"/>
        <result property="uploadStates" column="upload_states"/>
        <result property="notes" column="notes"/>
    </resultMap>
    <sql id="selectServiceReimbursementVo">
@@ -121,7 +123,9 @@
               bh,
               checkstatus,
               apply_time,
               performancetype
               performancetype,
               upload_states,
               notes
        from service_reimbursement
    </sql>