This commit is contained in:
路 范
2021-09-10 15:24:36 +08:00
parent 4ec5c1024f
commit 5d68e6dd4d
9 changed files with 6 additions and 3 deletions

View File

@@ -135,6 +135,7 @@ namespace Ewide.NbzsZheliban.Service
public async Task<dynamic> PrjList2([FromBody] JObject args)
{
var cardno = "341203199206303411";
var username = "张三丰";
//var cardno = args.GetJsonValue("cardno", isThrowExp: true);
//住宅调查表
@@ -158,7 +159,9 @@ namespace Ewide.NbzsZheliban.Service
});
H5IndexModel h5IndexModel = new()
{
PrjList = list_projects
PrjList = list_projects,
IdCard = cardno,
UserName = username
};
return h5IndexModel;