| | |
| | | <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"/> |
| | |
| | | <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"/> |
| | | <result property="applyTime" column="apply_time"/> |
| | | </resultMap> |
| | | |
| | | <sql id="selectServiceFundSharedVo"> |
| | |
| | | DeptmentName, |
| | | OPOchecker, |
| | | FinVicePresident, |
| | | president, |
| | | BusVicePresident, |
| | | OfficeDirector, |
| | | FinanceDirector, |
| | |
| | | fileid, |
| | | serfunid, |
| | | zffs, |
| | | riqi |
| | | riqi, |
| | | bh, |
| | | checkstatus, |
| | | applytime, |
| | | performancetype |
| | | from service_fund_shared |
| | | </sql> |
| | | |
| | |
| | | <update id="delfundsharedInfoById"> |
| | | UPDATE service_fund_shared |
| | | SET del_flag = 1 |
| | | WHERE ID = #{fundId} |
| | | and del_flag != 1 |
| | | WHERE |
| | | del_flag != 1 |
| | | <if test="fundId != null"> and ID = #{fundId}</if> |
| | | <if test="serfunid != null"> and serfunid = #{serfunid}</if> |
| | | |
| | | |
| | | </update> |
| | | </mapper> |
| | | </mapper> |