|
|
|
|
@ -6,6 +6,7 @@ import cn.iocoder.yudao.framework.mybatis.core.query.LambdaQueryWrapperX;
|
|
|
|
|
import cn.iocoder.yudao.module.erp.controller.admin.pallet.vo.ErpPalletPageReqVO;
|
|
|
|
|
import cn.iocoder.yudao.module.erp.dal.dataobject.pallet.ErpPalletDO;
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
import java.math.BigDecimal;
|
|
|
|
|
import java.util.Collection;
|
|
|
|
|
@ -50,4 +51,6 @@ public interface ErpPalletMapper extends BaseMapperX<ErpPalletDO> {
|
|
|
|
|
.inIfPresent(ErpPalletDO::getAreaId, containsNullArea ? null : areaIds)
|
|
|
|
|
.gt(ErpPalletDO::getProductCount, BigDecimal.ZERO));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
String selectPrintTemplate(@Param("templateType") Integer templateType);
|
|
|
|
|
}
|
|
|
|
|
|