| | |
| | | riqi, |
| | | bh, |
| | | checkstatus, |
| | | applytime, |
| | | apply_time, |
| | | performancetype |
| | | from service_fund_shared |
| | | </sql> |
| | |
| | | <select id="getFundShareInfoById" resultType="com.ruoyi.project.domain.ServiceFundShared" |
| | | resultMap="ServiceFundSharedResult"> |
| | | <include refid="selectServiceFundSharedVo"/> |
| | | where serfunid = #{fundid} |
| | | where serfunid = #{fundid} and del_flag=0 |
| | | </select> |
| | | |
| | | <select id="selectServiceFundSharedList" parameterType="ServiceFundShared" resultMap="ServiceFundSharedResult"> |
| | |
| | | SET del_flag = 1 |
| | | WHERE |
| | | del_flag != 1 |
| | | <if test="fundId != null"> and ID = #{fundId}</if> |
| | | <if test="serfunid != null"> and serfunid = #{serfunid}</if> |
| | | <if test="fundId != null">and ID = #{fundId}</if> |
| | | <if test="serfunid != null">and serfunid = #{serfunid}</if> |
| | | |
| | | |
| | | </update> |