zjh
2025-04-14 ff8914dab90da51dc8d46010f4f658780d5dba0e
ltkj-hosp/src/main/resources/mapper/mall/MallAftersaleMapper.xml
@@ -63,7 +63,7 @@
                and user_id in(SELECT DISTINCT(a.user_id) FROM mall_order a WHERE a.deleted=0 AND a.mobile LIKE CONCAT(CONCAT('%',#{mobile},"%")))
            </if>
            <if test="startTime != null and endTime !=null ">
                and handle_time between #{startTime} and #{endTime}
                and create_time between #{startTime} and #{endTime}
            </if>
            and  deleted=0
        </where>