Forráskód Böngészése

人员信息修改(邀请)

eganwu 1 éve
szülő
commit
1b6399cbd3

+ 1 - 1
src/custom/restcontroller/webmanage/saletool/store/StoreTeam.java

@@ -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");