fix:
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ public class PayCaseCommitteeController extends JeroController<PayCaseCommittee,
|
||||
IPage<PayCaseCommittee> pageList = payCaseCommitteeService.pageForList(page,s,userId);
|
||||
return Result.OK(pageList);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 分标委表-企业端通过分标委id查询详情
|
||||
*
|
||||
|
||||
+5
-5
@@ -44,15 +44,15 @@ import java.util.List;
|
||||
@Slf4j
|
||||
public class PayResearchProjectServiceImpl extends ServiceImpl<PayResearchProjectMapper, PayResearchProject> implements IPayResearchProjectService {
|
||||
|
||||
private String KEYS="qczxd00001_memberSystem";//密匙
|
||||
private final static String KEYS="qczxd00001_memberSystem";//密匙
|
||||
|
||||
private String PREFIXS ="appId=QC_APP01&abbreviation=TC114SC";//列表获取参数
|
||||
private final static String PREFIXS ="appId=QC_APP01&abbreviation=TC114SC";//列表获取参数
|
||||
|
||||
private String PREFIXF ="appId=QC_APP01&fid=";//文件下载参数
|
||||
private final static String PREFIXF ="appId=QC_APP01&fid=";//文件下载参数
|
||||
|
||||
private String URL ="http://www.catarc.org.cn:8088/zxd/serviceInterface/getProjectInfoPage";//列表地址
|
||||
private final static String URL ="http://www.catarc.org.cn:8088/zxd/serviceInterface/getProjectInfoPage";//列表地址
|
||||
|
||||
private String URLF ="http://www.catarc.org.cn:8088/zxd/serviceInterface/downloadProjectFile";//文件下载地址
|
||||
private final static String URLF ="http://www.catarc.org.cn:8088/zxd/serviceInterface/downloadProjectFile";//文件下载地址
|
||||
|
||||
@Resource
|
||||
private PayResearchProjectMapper payResearchProjectMapper;
|
||||
|
||||
Reference in New Issue
Block a user