Commit 185c7b34 authored by 吴春's avatar 吴春

提交diam

parent 415dc7a1
......@@ -941,7 +941,12 @@ LEFT JOIN (SELECT SuperiorId,COUNT(SuperiorId) as ChildrenNum from rb_member_use
{
string sql = $@" select GetSmallShopChildrenList_AllUser({id})";
return ExecuteScalar(sql).ToString();
object result= ExecuteScalar(sql);
if (result!=null)
{
return result.ToString();
}
else return "-1";
}
#endregion
......
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