zjh
2023-11-20 9cbc9025db84bb67ea8e91b99ec0847edbeec36b
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>