模组信息查询
This commit is contained in:
		| @@ -6,6 +6,7 @@ import com.cnbm.packing.dto.ChangePackingBoxDTO; | ||||
| import com.cnbm.packing.dto.WoPackagingBoxSubstrateDTO; | ||||
| import com.cnbm.packing.entity.WoPackagingBoxSubstrate; | ||||
|  | ||||
| import java.util.List; | ||||
| import java.util.Map; | ||||
|  | ||||
| /** | ||||
| @@ -38,6 +39,8 @@ public interface WoPackagingBoxSubstrateServiceBiz extends CrudService<WoPackagi | ||||
|  | ||||
|     WoPackagingBoxSubstrate getBySubId(String subId); | ||||
|  | ||||
|     List<WoPackagingBoxSubstrateDTO> substrateList (String woSubstrateId); | ||||
|  | ||||
|  | ||||
|     int updatePackagingBoxIdAndSlotByWoSubstrateId(String packagingBoxId,Integer slot,String woSubstrateId); | ||||
| } | ||||
| @@ -24,6 +24,7 @@ import org.springframework.transaction.annotation.Transactional; | ||||
|  | ||||
| import java.time.LocalDateTime; | ||||
| import java.util.Arrays; | ||||
| import java.util.List; | ||||
| import java.util.Map; | ||||
|  | ||||
| /** | ||||
| @@ -199,6 +200,11 @@ public class WoPackagingBoxSubstrateServiceBizImpl extends CrudServiceImpl<WoPac | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public List<WoPackagingBoxSubstrateDTO> substrateList(String woSubstrateId) { | ||||
|         return mapper.substrateList(woSubstrateId); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
|     public WoPackagingBoxSubstrate getBySubId(String subId) { | ||||
|         return mapper.getOneByWoSubstrateId(subId); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user