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>