|
|
@@ -11,6 +11,7 @@ import cn.com.ctop.reimburse.mondule.mapper.ReimburseApplyMapper;
|
|
|
import cn.com.ctop.reimburse.mondule.service.IReimburseApplyService;
|
|
|
import cn.com.ctop.reimburse.mondule.service.IReimburseProjectService;
|
|
|
import cn.hutool.core.util.RandomUtil;
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
@@ -213,6 +214,11 @@ public class ReimburseApplyServiceImpl extends ServiceImpl<ReimburseApplyMapper,
|
|
|
return Result.ok();
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public List<JSONObject> getCompanyList() {
|
|
|
+ return baseMapper.queryLeaderCompanyList();
|
|
|
+ }
|
|
|
+
|
|
|
// 获取审核人ID
|
|
|
private String getLeader(String userId) {
|
|
|
JSONObject company = userCompanyService.getCompanyInfoByUserId(userId);
|