Commit 0b965599 authored by 张淼's avatar 张淼

1

parent b1d02ca4
...@@ -30,6 +30,11 @@ function create(req,callback){ ...@@ -30,6 +30,11 @@ function create(req,callback){
entity.pid=null; entity.pid=null;
} }
var address=entity.address || null;
if(address){
entity.address=JSON.parse(address);
}
entity.ent_code=req.session.user.ent_code; entity.ent_code=req.session.user.ent_code;
entity.from=user.getMobileUser(req); entity.from=user.getMobileUser(req);
......
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