| | |
| | | package com.ld.igds.drug.view; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.HashMap; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | import com.ld.igds.inout.InoutConstant; |
| | | import com.ld.igds.models.DicTrigger; |
| | | import com.ld.igds.util.ContextUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | |
| | | * |
| | | * @throws Exception |
| | | */ |
| | | // @DataProvider |
| | | // public List<Drug> listDrug(String name) throws Exception { |
| | | // return drugService.listDrug(name); |
| | | // } |
| | | @DataProvider |
| | | public List<Drug> listDrug() throws Exception { |
| | | return drugService.listDrug(ContextUtil.getCompanyId(), null); |
| | | } |
| | | |
| | | /** |
| | | * ${dorado.getDataProvider("drugPR#pageDrug").getResult()} |