|
@@ -80,7 +80,7 @@ namespace Controllers
|
|
|
public IActionResult PageInfo([FromQuery] AppPageInfoDto parm)
|
|
|
{
|
|
|
var response = _PageUpdateInfoService.Queryable()
|
|
|
- .First(x => x.modulePath == parm.modulePath)
|
|
|
+ .First(x => x.moduleVersion == parm.moduleVersion)
|
|
|
.Adapt<AppPageInfoVo>() ?? new AppPageInfoVo();
|
|
|
return SUCCESS(response);
|
|
|
}
|