大屏展示的两个问题,
一个是质量管理点击报错, 二是点击项目清单后,加载的项目清单页面默认显示所有行
This commit is contained in:
@@ -16,6 +16,16 @@ namespace BLL
|
||||
//private static readonly string PmpApiUrl = "http://mdm.cwcec.com:8020/";
|
||||
private static readonly string PmpApiUrl = SysConstSetService.WuHuanPMPPath;
|
||||
|
||||
/// <summary>
|
||||
/// 根据主项目code获取主项目数据
|
||||
/// </summary>
|
||||
/// <param name="proCode"></param>
|
||||
/// <returns></returns>
|
||||
public static Model.PMP_Project GetPMPProjectByCode(string proCode)
|
||||
{
|
||||
return Funs.DB.PMP_Project.OrderBy(x => x.RealEndDate).FirstOrDefault(e => e.StNum == proCode);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 获取token
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user