#
wang..123
2022-03-15 41ce33ca359ca6f78fa76a5352d76447424158e1
src/main/java/com/zy/asrs/mapper/BasDevpMapper.java
@@ -4,6 +4,7 @@
import com.zy.asrs.entity.BasDevp;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.springframework.stereotype.Repository;
import java.util.List;
@@ -12,6 +13,9 @@
@Repository
public interface BasDevpMapper extends BaseMapper<BasDevp> {
    @Select("select dev_no from asr_bas_devp where 1=1 and fronting = 'Y' order by dev_no")
    List<Integer> getAgvInArea();
    List<Integer> getAvailableInSite(@Param("typeNo") Integer typeNo);
    List<Integer> getAvailableOutSite(@Param("typeNo") Integer typeNo);