Browse Source

成本分配 发运明细

liuchaohui 2 năm trước cách đây
mục cha
commit
4ce7261cf2

+ 2 - 0
jeecg-boot-module-system/src/main/java/org/jeecg/modules/cost/mapper/SyCostAllocationShipdetailMapper.java

@@ -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);
 }