修改看板
This commit is contained in:
@@ -788,8 +788,8 @@ namespace FineUIPro.Web.ZHGL.InspectionSummary
|
||||
model.CompileDateMonth = this.drpCompileDateMonth.Text.Trim();
|
||||
model.InspectionSummaryId = Guid.NewGuid().ToString();
|
||||
model.InspectionSummaryMbId = "24";
|
||||
var Rykq =db.T_d_facerecord.Where(x => x.ProjectId == pid).FirstOrDefault();
|
||||
if (Rykq !=null)
|
||||
var Rykq =db.T_d_facerecord.Where(x => x.ProjectId == pid).Select(x=>x.ID).FirstOrDefault();
|
||||
if (Rykq !=0)
|
||||
{
|
||||
model.SummeryResult = "已对接";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user