| | |
| | | <if test="rbid != null and rbid != ''"> and RBID = #{rbid}</if> |
| | | </where> |
| | | </select> |
| | | <select id="getRBDetailList" resultType="com.ruoyi.project.domain.ServiceReimbursementdetail"> |
| | | <select id="getRBDetailList" resultMap="ServiceReimbursementdetailResult"> |
| | | <include refid="selectServiceReimbursementdetailVo"/> |
| | | where RBID = #{id} and del_flag = 0 |
| | | order by OrderNo |
| | |
| | | select ID from service_reimbursementdetail |
| | | where RBID = #{rbid} |
| | | </select> |
| | | <select id="getAllDetailsByRBID" resultType="com.ruoyi.project.domain.ServiceReimbursementdetail"> |
| | | <select id="getAllDetailsByRBID" resultMap="ServiceReimbursementdetailResult"> |
| | | <include refid="selectServiceReimbursementdetailVo"/> |
| | | where RBID = #{id} and del_flag = 0 order by OrderNo |
| | | </select> |