Commit c06f2d80 by xin.yang

fix bug

parent c9eced46
...@@ -70,7 +70,7 @@ namespace Siger.Middlelayer.AccRepository.Repositories ...@@ -70,7 +70,7 @@ namespace Siger.Middlelayer.AccRepository.Repositories
parentspecfication = t1.specification ?? "", parentspecfication = t1.specification ?? "",
parentcode = t1.code ?? "", parentcode = t1.code ?? "",
son_code = st2.code ?? "", son_code = st2.code ?? "",
son_name = st2.code ?? "", son_name = st2.name ?? "",
son_categoryid = sc2 == null ? 0 : sc2.id, son_categoryid = sc2 == null ? 0 : sc2.id,
son_status = s == null ? -1 : s.status, son_status = s == null ? -1 : s.status,
}; };
......
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