| | |
| | | package com.consum.base.service; |
| | | |
| | | import com.consum.base.Constants; |
| | | import com.consum.base.util.IdUtil; |
| | | import com.consum.model.po.BaseCategory; |
| | | import com.consum.base.core.utils.IdUtil; |
| | | import com.consum.model.po.BaseGoodsModels; |
| | | import com.consum.model.po.BaseGoodsTemplate; |
| | | import com.walker.db.page.GenericPager; |
| | | import com.walker.infrastructure.utils.DateUtils; |
| | | import com.walker.infrastructure.utils.StringUtils; |
| | | import com.walker.jdbc.service.BaseServiceImpl; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.CollectionUtils; |
| | | |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.util.CollectionUtils; |
| | | |
| | | /** |
| | | * @Description 物品模板 |
| | |
| | | } |
| | | |
| | | /** |
| | | * @Description 根据 型号名称和物品模板id 查询规格型号 |
| | | * @Description 根据 型号名称和物品模板id 查询规格型号 |
| | | * @Author 卢庆阳 |
| | | * @Date 2023/10/25 |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 修改状态 |
| | | * |
| | | * @author 卢庆阳 |
| | | * @date 2023/10/25 |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * @Description 根据规格型号id查询规格型号 |
| | | * @param idList |
| | | * @Description 根据规格型号id查询规格型号 |
| | | * @Author 卢庆阳 |
| | | * @Date 2023/11/2 |
| | | * @param idList |
| | | */ |
| | | public List<BaseGoodsModels> selectByModelsIdList(List<Long> idList) { |
| | | if (CollectionUtils.isEmpty(idList)) { |
| | |
| | | } |
| | | |
| | | /** |
| | | * @Description 根据物品id查询规格型号 |
| | | * @Description 根据物品id查询规格型号 |
| | | * @Author 卢庆阳 |
| | | * @Date 2023/10/30 |
| | | */ |
| | |
| | | baseGoodsModels.setGoodsTemplatesId(goodsTemplatesId); |
| | | return this.select(baseGoodsModels); |
| | | } |
| | | |
| | | |
| | | } |