bugfix修复非住宅bug
This commit is contained in:
@@ -100,7 +100,7 @@ namespace Ewide.NbzsZheliban.Service
|
||||
private async Task<List<Dcbs>> GetfzzDcbsAsync(string cardno)
|
||||
{
|
||||
//非住宅调查表
|
||||
return await db.Ado.SqlQueryAsync<Dcbs>("select ID dcbId,ProjectId PrjId from NonResidentialInvestigateTable b where b.PropertyRightCardNo=@ExpropriatedCardNo", new List<SugarParameter> { new SugarParameter("ExpropriatedCardNo", cardno, System.Data.DbType.String) }.ToArray());
|
||||
return await db.Ado.SqlQueryAsync<Dcbs>("select ID dcbId,ProjectId PrjId from NonResidentialInvestigateTable b where b.PropertyRightPrsonCardNo=@ExpropriatedCardNo", new List<SugarParameter> { new SugarParameter("ExpropriatedCardNo", cardno, System.Data.DbType.String) }.ToArray());
|
||||
}
|
||||
/// <summary>
|
||||
/// 项目列表
|
||||
|
||||
Reference in New Issue
Block a user