数据库变更CNPC_XJYJ
This commit is contained in:
@@ -79,7 +79,7 @@ namespace WebAPI.Controllers
|
||||
try
|
||||
{
|
||||
//总数 0待提交;1待签发;2待批准;3待接收;4已闭环
|
||||
var getDataList = new Model.SGGLDB(Funs.ConnString).Check_PauseNotice.Where(x => x.ProjectId == projectId && (x.UnitId == unitId || unitId == null));
|
||||
var getDataList = new Model.CNPCDB(Funs.ConnString).Check_PauseNotice.Where(x => x.ProjectId == projectId && (x.UnitId == unitId || unitId == null));
|
||||
if (!string.IsNullOrEmpty(strParam))
|
||||
{
|
||||
getDataList = getDataList.Where(x => x.PauseNoticeCode.Contains(strParam) || x.WrongContent.Contains(strParam) || x.PauseContent.Contains(strParam));
|
||||
|
||||
Reference in New Issue
Block a user