| | |
| | | import com.fzzy.igds.service.DepotService; |
| | | import com.fzzy.igds.service.PledgeContractDepotService; |
| | | import com.fzzy.igds.service.PledgeContractService; |
| | | import com.fzzy.igds.service.SysUserService; |
| | | import com.fzzy.igds.utils.ContextUtil; |
| | | import com.ruoyi.common.annotation.Log; |
| | | import com.ruoyi.common.core.domain.entity.SysDictData; |
| | |
| | | @Resource |
| | | private PledgeContractDepotService pledgeContractDepotService; |
| | | |
| | | @Resource |
| | | private SysUserService sysUserService; |
| | | |
| | | @Resource |
| | | private DepotService depotService; |
| | |
| | | } |
| | | return result; |
| | | } |
| | | |
| | | /** 获取质押银行业务经理数据 |
| | | * pledgeContractPR#getBankUserList |
| | | * |
| | | * @return |
| | | */ |
| | | @DataProvider |
| | | public List<SysUser> getBankUserList(String parentId) { |
| | | if (com.ruoyi.common.utils.StringUtils.isNotEmpty(parentId)) { |
| | | return sysUserService.getBindBankUserList(parentId); |
| | | } |
| | | return sysUserService.getBindBankUserList(null); |
| | | } |
| | | } |