| | |
| | | /// <returns></returns> |
| | | public AGVStation GetZicheDeep(int HCJAddres) |
| | | { |
| | | return BaseDal.QueryFirst(x => (x.HCJStorageaddress == HCJAddres || x.Station_Area == 2) && x.Station_enable == 1); |
| | | return BaseDal.QueryFirst(x => (x.HCJStorageaddress == HCJAddres && x.Station_Area == 2) && x.Station_enable == 1); |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param> |
| | | /// <returns></returns> |
| | | public AGVStation GetZicheDeep(int HCJAddres) |
| | | public AGVStation GetZicheOuterSide(int HCJAddres) |
| | | { |
| | | return BaseDal.QueryFirst(x => (x.HCJStorageaddress == HCJAddres || x.Station_Area == 2) && x.Station_enable == 1); |
| | | return BaseDal.QueryFirst(x => (x.HCJStorageaddress == HCJAddres && x.Station_Area == 1) && x.Station_enable == 1); |
| | | } |
| | | } |
| | | } |