|
@@ -372,8 +372,8 @@ public class TimerServiceImpl implements TimerService {
|
|
|
" net_margin " +
|
|
|
"FROM " +
|
|
|
" lanyun_project_analysis " +
|
|
|
- " WHERE " +
|
|
|
- " `month` = \""+month+"\"" ;
|
|
|
+ " WHERE 1=1" +
|
|
|
+ " AND `month` = \""+month+"\"" ;
|
|
|
}
|
|
|
// Class.forName(driver);
|
|
|
// Connection connection = DriverManager.getConnection(url, username, password);
|