@@ -1,7 +1,6 @@
package cn.com.ctop.bytedance.mapper;
-import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;
import org.apache.ibatis.annotations.Param;
@@ -49,7 +49,6 @@
<select id="selectReportDetail" resultType="com.alibaba.fastjson.JSONObject">
-
select
sum(charge) cost,
sum(photo_show) photoShow,
@@ -163,7 +162,4 @@
</select>
</mapper>