Commit 7ae795b6 by 余根龙

删除日志

parent ebd15722
......@@ -47,7 +47,6 @@ public class GreenRadioSink extends RichSinkFunction<Cycle> {
@Override
public void invoke(Cycle cycle, Context context) throws Exception {
System.out.println("=====invoke======" + cycle.getId() + "-->" + cycle.getCrossCode());
insertCyclePstmt.setLong(1, cycle.getId());
insertCyclePstmt.setString(2, cycle.getCrossCode());
insertCyclePstmt.setString(3, cycle.getSignalCode());
......
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