zjh
2024-10-21 89919412a7d94f87aea159b39d823e5d6014a20e
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>