| 
					
				 | 
			
			
				@@ -2,6 +2,7 @@ package org.jeecg.modules.cost.mapper; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import java.util.List; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import com.baomidou.dynamic.datasource.annotation.DS; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.apache.ibatis.annotations.Param; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.jeecg.modules.cost.entity.SyCostAllocationShipdetail; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.baomidou.mybatisplus.core.mapper.BaseMapper; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -18,5 +19,6 @@ public interface SyCostAllocationShipdetailMapper extends BaseMapper<SyCostAlloc 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	public List<SyCostAllocationShipdetail> selectByMainId(String mainId); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+	@DS("multi-three") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	List<SyCostAllocationShipdetail> queryByCostShipdetail(@Param("code") String code); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 |