no commit message
This commit is contained in:
@ -341,7 +341,7 @@ public class DB_Ajax_DashBoard_48102 {
|
|||||||
"CAST (" +
|
"CAST (" +
|
||||||
" REPLACE( db1.line, '#', '' ) AS INT)";
|
" REPLACE( db1.line, '#', '' ) AS INT)";
|
||||||
Statement stmt = conn.createStatement();//
|
Statement stmt = conn.createStatement();//
|
||||||
|
System.out.println(sql);
|
||||||
ResultSet rs = stmt.executeQuery(sql);
|
ResultSet rs = stmt.executeQuery(sql);
|
||||||
while (rs.next()) {
|
while (rs.next()) {
|
||||||
// 截面积(mm2)
|
// 截面积(mm2)
|
||||||
|
Reference in New Issue
Block a user