Commit adc9ff4b authored by strong's avatar strong

Merge commit '907af535' into SANDBOX

parents 4aba2f23 907af535
......@@ -39,8 +39,7 @@ router.post('/user/updateByUid', function(req, res, next) {
var str_uid = uid+"";
var condition = {
$or : [{uid: str_uid},{uid:uid }],
ent_code:ent_code
$or : [{uid: str_uid},{uid:uid }]
};
forumUserService.updateUserByUIdAndEntCode(condition,entity,function(err,result){
if(err){
......
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