修改看板

This commit is contained in:
2024-09-12 14:14:08 +08:00
parent ed678050b4
commit 0732a5021c
8 changed files with 45 additions and 18 deletions
@@ -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 = "已对接";
}