|
|
@@ -159,10 +159,7 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
t.setSalesType(salesType);
|
|
|
if (salesType==salesTypes.qd.getCode()&&channelId!=null){
|
|
|
t.setChannelId(channelId);
|
|
|
- User u =userMapper.selectByPrimaryKey(channelId);
|
|
|
- t.setOther(u.getNickname());
|
|
|
}
|
|
|
-
|
|
|
if (other!=null )t.setOther(other);
|
|
|
User u=userMapper.selectByPrimaryKey(uid);
|
|
|
if(u.getShareType()!=null&&u.getShareType()==2){
|