技术监督bug解决

This commit is contained in:
wr
2023-08-01 19:14:31 +08:00
parent f48efc39a5
commit 5ead1e1f85

View File

@@ -167,7 +167,7 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
//监督对象类型 //监督对象类型
if (mapSubvObjType.containsKey(supvPlan.getSupvObjType())) { if (mapSubvObjType.containsKey(supvPlan.getSupvObjType())) {
supvPlan.setSupvType(String.format("%02d", mapSubvObjType.get(supvPlan.getSupvObjType()).getAlgoDescribe())); supvPlan.setSupvObjType(String.format("%02d", mapSubvObjType.get(supvPlan.getSupvObjType()).getAlgoDescribe()));
} }
//电站等级 //电站等级