Commit 6d29fa3b authored by 赵建伟's avatar 赵建伟

update codes

parent 102bebc8
......@@ -77,7 +77,7 @@ public class CtrPfrCrtMysqlSink extends RichSinkFunction<CtrPfrCrtTmpBean> {
statement = connection.createStatement();
statement.executeUpdate(
String.format(
"insert into device_recently_estimate_view_pfr("+
"insert into device_current_estimate_view_pfr("+
"device_id," +
"statistics_type," +
"statistics_type_id," +
......
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