赵文轩
2024-10-29 91f2079fca68fbf8d2f9ed9e9a87b6c0eef33cd5
ltkj-hosp/src/main/resources/mapper/mall/MallOrderMapper.xml
@@ -239,9 +239,9 @@
            <if test="startTime != null and endTime !=null ">
                and  create_time between #{startTime} and #{endTime}
            </if>
            <if test="getType != null ">
                and get_type = #{getType}
            </if>
<!--            <if test="getType != null ">-->
<!--                and get_type = #{getType}-->
<!--            </if>-->
        </where>
        order by update_time desc
    </select>