|
@@ -12,10 +12,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
-import java.util.Map;
|
|
|
+import java.util.*;
|
|
|
|
|
|
@Service
|
|
|
public class GdbhServiceImpl implements IGdbhService {
|
|
@@ -158,6 +155,11 @@ public class GdbhServiceImpl implements IGdbhService {
|
|
|
return gdbhMapper.selectGdbhList(gdbhDto);
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public List<Map<String,String>> GetGdbhFlightTb() {
|
|
|
+ return gdbhMapper.getGdbhFlightTb();
|
|
|
+ }
|
|
|
+
|
|
|
@Override
|
|
|
public RequestResult DeleteGdbh(String bsm) {
|
|
|
try {
|