Commit 1be5d2ac authored by 吴春's avatar 吴春
parents c3e908da fa4d453a
......@@ -57,7 +57,7 @@ namespace Mall.WebApi.Controllers.Finance
RB_Finance_Configurine_Extend demodel = JsonConvert.DeserializeObject<RB_Finance_Configurine_Extend>(req.msg.ToString());
if (demodel.Type == 1)
{
if ((demodel.IsPublic ?? 0) <= 0)
if ((demodel.IsPublic ?? 0) < 0)
{
return ApiResult.Failed("请传递账户类型");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment