Commit 9021fa18 authored by maliang's avatar maliang

权限控制

parent 679978c3
...@@ -17,6 +17,10 @@ ...@@ -17,6 +17,10 @@
report_date = VALUES(report_date), report_date = VALUES(report_date),
advertiser_id = VALUES(advertiser_id), advertiser_id = VALUES(advertiser_id),
advertiser_name = VALUES(advertiser_name), advertiser_name = VALUES(advertiser_name),
code_id = VALUES(code_id) exposure = VALUES(exposure),
click = VALUES(click),
ecpm = VALUES(ecpm),
cpc = VALUES(cpc),
income = VALUES(income)
</insert> </insert>
</mapper> </mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment