|  | @@ -237,7 +237,7 @@ public class TAddressController extends BaseController
 | 
	
		
			
				|  |  |  	@DeleteMapping("/{fIds}")
 | 
	
		
			
				|  |  |      public AjaxResult remove(@PathVariable Long[] fIds)
 | 
	
		
			
				|  |  |      {
 | 
	
		
			
				|  |  | -        return toAjax(tAddressService.updateTAddressStatus(fIds));
 | 
	
		
			
				|  |  | +        return toAjax(tAddressService.deleteTAddressByIds(fIds));
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  |       * 获取地点基础信息(港口 码头 堆场 航线)详细信息
 |