Commit 17ec0dc1 by guos

会员标签4.0

parent 2ea2ccb7
......@@ -320,8 +320,8 @@ public class TagProcessManager {
ps= DaoHelper.getPreparedStatement(connection,"update tab_scene_crowd set update_group_time=? where id=?");
for(Long id:sceneCrowdIdList){
System.out.println("sceneCrowdId==>"+id);
ps.setTimestamp(0,new Timestamp(System.currentTimeMillis()));
ps.setLong(1,id);
ps.setTimestamp(1,new Timestamp(System.currentTimeMillis()));
ps.setLong(2,id);
ps.addBatch();
}
ps.executeBatch();
......
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