|
@@ -209,7 +209,7 @@ public class InitialRunner implements CommandLineRunner {
|
|
|
|
|
|
WindpowerstationExample windpowerstationExample = new WindpowerstationExample();
|
|
|
windpowerstationExample.setOrderByClause("ordernum ASC");
|
|
|
- windpowerstationExample.createCriteria().andIdNotLike("%SY_FDC%");
|
|
|
+// windpowerstationExample.createCriteria().andIdNotLike("%SY_FDC%");
|
|
|
wpallls = windpowerstationService.selectByExample(windpowerstationExample);
|
|
|
if (!wpallls.isEmpty()) {
|
|
|
for (Windpowerstation wp : wpallls) {
|
|
@@ -226,7 +226,7 @@ public class InitialRunner implements CommandLineRunner {
|
|
|
|
|
|
ProjectExample projectExample = new ProjectExample();
|
|
|
projectExample.setOrderByClause("ordernum ASC");
|
|
|
- projectExample.createCriteria().andWindpowerstationidNotLike("%SY_FDC%");
|
|
|
+// projectExample.createCriteria().andWindpowerstationidNotLike("%SY_FDC%");
|
|
|
pjallls = projectService.selectByExample(projectExample);
|
|
|
|
|
|
if (!pjallls.isEmpty()) {
|