记得上下班打卡 | git大法好,push需谨慎

Commit 0dff97fe authored by 胡佳晨's avatar 胡佳晨

修改 入场须知

parent 0e47ec02
...@@ -877,7 +877,7 @@ public class DataImpl { ...@@ -877,7 +877,7 @@ public class DataImpl {
List<CheckPerformanceRelationParam> voList = new ArrayList(); List<CheckPerformanceRelationParam> voList = new ArrayList();
KylinCheckUserPerformanceVo checkUserPerformanceVo = new KylinCheckUserPerformanceVo(); KylinCheckUserPerformanceVo checkUserPerformanceVo = new KylinCheckUserPerformanceVo();
checkUserPerformanceVo.setCheckUserId(checkUser.getCheckUserId()); checkUserPerformanceVo.setCheckUserId(checkUser.getCheckUserId());
String relationSql = "select * from performance_visit_children where performance_id > 5721 and merchant_id = = " + checkUser.getCheckUserId(); //设置的预编译语句格式 String relationSql = "select * from performance_visit_children where performance_id > 5721 and merchant_id = " + checkUser.getCheckUserId(); //设置的预编译语句格式
pstmt = con.prepareStatement(relationSql); pstmt = con.prepareStatement(relationSql);
ResultSet relationData = pstmt.executeQuery(); ResultSet relationData = pstmt.executeQuery();
while (relationData.next()) { while (relationData.next()) {
......
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