zhaowenxuan
2024-12-12 b9de98ba9d9d7908c38f94fc2ec8917bdc89ef75
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>