教育训练处考试制证系统后端
“djh”
2025-02-25 6f8ece5da1b0cb8d247a18dcc444d3ed43aad2c4
exam-system/src/main/resources/mapper/pay/CoalPayMapper.xml
@@ -105,9 +105,7 @@
        </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 ">
@@ -123,4 +121,22 @@
            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 &gt;= #{minDate}-->
<!--            </if>-->
<!--            <if test="maxDate != null">-->
<!--                and create_time &lt;= #{maxDate}-->
<!--            </if>-->
<!--            and del_flag = 0-->
<!--            order by create_time desc-->
<!--        </where>-->
<!--&lt;!&ndash;    </select>&ndash;&gt;-->
</mapper>