Commit c0c9cd12 by jianshuqin

优化:组件功能

parent 567438b2
......@@ -72,8 +72,9 @@ namespace Bailun.DC.Services.Component
icon = dto.Icon,
is_develop = dto.IsDevelop,
is_sys = dto.IsSys,
path = dto.Path,
sort = dto.Sort ?? 0
path = dto.Path ?? string.Empty,
sort = dto.Sort ?? 0,
delstatus = false
};
using (var db = DB)
{
......
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