【需求】调用数采存储过程调整

dev
zengchenxi 5 months ago
parent 15dcd6549d
commit e4394aff85

@ -42,7 +42,7 @@ public interface ScEquipmentMapper extends BaseMapperX<ScEquipmentDO> {
@Options(statementType = StatementType.CALLABLE) @Options(statementType = StatementType.CALLABLE)
List<ScDashboardResVO> getFaultTimeInfo(ScDashboardReqVO reqVO); List<ScDashboardResVO> getFaultTimeInfo(ScDashboardReqVO reqVO);
@Select("CALL Equipment()") @Select("CALL Equipment")
@Options(statementType = StatementType.CALLABLE) @Options(statementType = StatementType.CALLABLE)
void generateLiveDataOfEquipment(); List<ScEquipmentDO> generateLiveDataOfEquipment();
} }

Loading…
Cancel
Save