| | |
| | | </trim> |
| | | where id = #{id} |
| | | </update> |
| | | |
| | | |
| | | <select id="selectCoalPayList" parameterType="CoalPay" resultMap="CoalPayResult"> |
| | | <select id="selectCoalPayList" resultType="com.gkhy.exam.pay.dto.rep.CoalPayRepDto"> |
| | | <include refid="selectCoalPayVo"/> |
| | | <where> |
| | | <if test="deptId != null "> |
| | |
| | | order by create_time desc |
| | | </where> |
| | | </select> |
| | | |
| | | |
| | | <!-- <select id="selectCoalPayList" parameterType="CoalPay">--> |
| | | <!-- <include refid="selectCoalPayVo"/>--> |
| | | <!-- <where>--> |
| | | <!-- <if test="deptId != null ">--> |
| | | <!-- and dept_id = #{deptId}--> |
| | | <!-- </if>--> |
| | | <!-- <if test="minDate !=null">--> |
| | | <!-- and create_time >= #{minDate}--> |
| | | <!-- </if>--> |
| | | <!-- <if test="maxDate != null">--> |
| | | <!-- and create_time <= #{maxDate}--> |
| | | <!-- </if>--> |
| | | <!-- and del_flag = 0--> |
| | | <!-- order by create_time desc--> |
| | | <!-- </where>--> |
| | | <!--<!– </select>–>--> |
| | | </mapper> |