|
@@ -86,7 +86,7 @@ public class WtInfoPushService {
|
|
|
map.put("wpid", wt.getWindpowerstationid());
|
|
|
map.put("pjid", wt.getProjectid());
|
|
|
map.put("lnid", wt.getLineid());
|
|
|
- map.put("code", wt.getCode());
|
|
|
+ map.put("code", wt.getStatus());
|
|
|
Line ln= InitialRunner.lnmap.get(wt.getLineid());
|
|
|
map.put("lnname", ln.getName());
|
|
|
|