liusheng
2023-11-10 19b8481dd1b30368f97a2a983f61ff93a340a98c
ruoyi-project/src/main/resources/mapper/project/ServiceFundSharedMapper.xml
@@ -42,6 +42,7 @@
        <result property="deptmentname" column="DeptmentName"/>
        <result property="opochecker" column="OPOchecker"/>
        <result property="finvicepresident" column="FinVicePresident"/>
        <result property="president" column="president"/>
        <result property="busvicepresident" column="BusVicePresident"/>
        <result property="officedirector" column="OfficeDirector"/>
        <result property="financedirector" column="FinanceDirector"/>
@@ -58,6 +59,9 @@
        <result property="fileid" column="fileid"/>
        <result property="zffs" column="zffs"/>
        <result property="riqi" column="riqi"/>
        <result property="bh" column="bh"/>
        <result property="checkstatus" column="checkstatus"/>
        <result property="performancetype" column="performancetype"/>
    </resultMap>
    <sql id="selectServiceFundSharedVo">
@@ -97,6 +101,7 @@
               DeptmentName,
               OPOchecker,
               FinVicePresident,
               president,
               BusVicePresident,
               OfficeDirector,
               FinanceDirector,
@@ -113,7 +118,10 @@
               fileid,
               serfunid,
               zffs,
               riqi
               riqi,
               bh,
               checkstatus,
               performancetype
        from service_fund_shared
    </sql>