| | |
| | | import com.fzzy.igds.domain.QuantityConf; |
| | | import com.fzzy.igds.service.DepotService; |
| | | import com.fzzy.igds.service.QuantityService; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import org.springframework.beans.BeanUtils; |
| | | import org.springframework.stereotype.Component; |
| | | import javax.annotation.Resource; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @Description |
| | | * @Author CZT |
| | |
| | | */ |
| | | @DataProvider |
| | | public List<QuantityConf> getConfList() { |
| | | return quantityService.getConfList(null, null); |
| | | return quantityService.getConfList(null, ContextUtil.subDeptId(null)); |
| | | } |
| | | |
| | | /** |