bugfix修复非住宅bug

This commit is contained in:
路 范
2021-10-11 13:40:58 +08:00
parent ea98c1ea73
commit 13dc71ffc3
8 changed files with 7 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ namespace Ewide.NbzsZheliban.Service
private async Task<List<Dcbs>> GetfzzDcbsAsync(string cardno) 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> /// <summary>
/// 项目列表 /// 项目列表

View File

@@ -43,4 +43,9 @@ https://odynww.yuque.com/docs/share/525e3e8a-ad52-421b-90da-2d76808e3050#PzmJW
代码git 代码git
http://118.178.224.202:3000/ewide/zsxt_nbzs_h5 http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2001833218/reserved/index.html#/?1=1&ticket=8a118a437c22b395017c2ba1be9e4d46-ticket https://mapi.zjzwfw.gov.cn/web/mgop/gov-open/zj/2001833218/reserved/index.html#/?1=1&ticket=
部署命令
dotnet DockerRelease.dll --urls=http://*:9002 --ip="127.0.0.1" --port=9001
dotnet DockerRelease.dll --urls=http://*:9002 --ip="127.0.0.1" --port=9003
dotnet DockerRelease.dll --urls=http://*:9002 --ip="127.0.0.1" --port=9003