@@ -305,7 +305,7 @@ public class StoreTeam extends Controller {
insertSQL.insert();
}
- if (usertype == 31) {
+ if (usertype == 99) {
//变更用户类型(消费者类型调整为经销商员工类型)
usertype = 22;
UpdateSQL updateSQL = SQLFactory.createUpdateSQL(this, "sys_usersite");