zhaowenxuan
2025-02-27 43727df73e52cc00a1f1aee3c20a1aec8db1b92f
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>