|
@@ -33,7 +33,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
<if test="reservatConfigType != null and reservatConfigType != ''"> and reservat_config_type = #{reservatConfigType}</if>
|
|
<if test="reservatConfigType != null and reservatConfigType != ''"> and reservat_config_type = #{reservatConfigType}</if>
|
|
<if test="reservatConfigStatus != null and reservatConfigStatus != ''"> and reservat_config_status = #{reservatConfigStatus}</if>
|
|
<if test="reservatConfigStatus != null and reservatConfigStatus != ''"> and reservat_config_status = #{reservatConfigStatus}</if>
|
|
</where>
|
|
</where>
|
|
- order by reservat_config_time_begin DESC
|
|
|
|
|
|
+ order by reservat_config_time_begin
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectBomanReservatConfigTimeByReservatConfigTimeId" parameterType="Long" resultMap="BomanReservatConfigTimeResult">
|
|
<select id="selectBomanReservatConfigTimeByReservatConfigTimeId" parameterType="Long" resultMap="BomanReservatConfigTimeResult">
|