王佳豪
2021-06-09 65c2069cc4f4009c959236e515d3f82a1928840c
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);