@@ -1,3 +1,4 @@
+using System.Linq;
using Mapster;
using Util;
using static System.Runtime.InteropServices.JavaScript.JSType;
@@ -164,7 +165,7 @@ namespace Model
{
if (apiParam != null)
- return apiParam.Count;
+ return apiParam.Count(m => m.reqParam);
}
else