tangzy
2021-08-27 101f195393cbe59e7952163d08c82c1f3a3b0921
src/main/java/org/springblade/modules/dispatcher/mapper/DispatcherMapper.java
@@ -16,6 +16,7 @@
 */
package org.springblade.modules.dispatcher.mapper;
import com.baomidou.mybatisplus.annotation.SqlParser;
import org.apache.ibatis.annotations.Param;
import org.springblade.modules.dispatcher.entity.Dispatcher;
import org.springblade.modules.dispatcher.vo.DispatcherUnitVO;
@@ -53,5 +54,6 @@
    * @param dispatcherUnitVO1
    * @return
    */
   Integer getDispatcherCount(@Param("dispatcherUnit")DispatcherUnitVO dispatcherUnitVO1);
   @SqlParser(filter = true)
   Integer getDispatcherCount(@Param("dispatcherUnitVO1")DispatcherUnitVO dispatcherUnitVO1);
}