| | |
| | | import com.whyc.util.ActionUtil; |
| | | import org.apache.poi.hssf.usermodel.*; |
| | | import org.apache.poi.ss.usermodel.ClientAnchor; |
| | | import org.apache.poi.ss.usermodel.Row; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | |
| | | return mapper.getListByCodeAndModelList2(bomList); |
| | | } |
| | | |
| | | public ProductBom getEnabledStandardBomListByParentCode(String parentCode) { |
| | | return mapper.getEnabledStandardBomListByParentCode(parentCode); |
| | | public List<ProductBom> getEnabledBomListByParentCodeAndCustomCode(String parentCode, String customCode) { |
| | | return mapper.getEnabledBomListByParentCodeAndCustomCode(parentCode,customCode); |
| | | } |
| | | } |