| | |
| | | <result property="riqi" column="riqi"/> |
| | | <result property="bh" column="bh"/> |
| | | <result property="checkstatus" column="checkstatus"/> |
| | | <result property="performancetype" column="performancetype"/> |
| | | |
| | | </resultMap> |
| | | |
| | |
| | | zffs, |
| | | riqi, |
| | | bh, |
| | | checkstatus |
| | | checkstatus, |
| | | performancetype |
| | | from service_fund |
| | | </sql> |
| | | |
| | | <select id="selectServiceFundList" parameterType="com.ruoyi.project.domain.ServiceFund" resultMap="ServiceFundResult"> |
| | | <select id="selectServiceFundList" parameterType="com.ruoyi.project.domain.ServiceFund" |
| | | resultMap="ServiceFundResult"> |
| | | <include refid="selectServiceFundVo"/> |
| | | |
| | | where del_flag = '0' |