Commit a5b8966c authored by hezhen's avatar hezhen

123

parent d306c6ab
...@@ -56,6 +56,7 @@ public class AppUserCollectBiz extends BaseBiz<AppUserCollectMapper, AppUserColl ...@@ -56,6 +56,7 @@ public class AppUserCollectBiz extends BaseBiz<AppUserCollectMapper, AppUserColl
if(tourGood!=null){ if(tourGood!=null){
BeanUtils.copyProperties(collect,tourGood); BeanUtils.copyProperties(collect,tourGood);
collect.setId(null); collect.setId(null);
collect.setStatus(0);
insertSelective(collect); insertSelective(collect);
} }
......
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