|
@@ -35,6 +35,7 @@ public class MqEcsServiceImpl extends ServiceImpl<IMqEcsMapper, MqEcs> implement
|
|
|
wrapper.isNull(MqEcs::getEcsName);
|
|
|
wrapper.eq(MqEcs::getStatus,0);
|
|
|
wrapper.eq(MqEcs::getIsScaling,1);
|
|
|
+ wrapper.eq(MqEcs::getType,"4dkk");
|
|
|
wrapper.orderByAsc(MqEcs::getId);
|
|
|
return this.list(wrapper);
|
|
|
}
|