|
@@ -19,6 +19,7 @@ import com.qq.weixin.mp.aes.WXBizMsgCrypt;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.apache.ibatis.annotations.Select;
|
|
import org.apache.ibatis.annotations.Select;
|
|
import org.json.XML;
|
|
import org.json.XML;
|
|
|
|
+import org.junit.Test;
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.BeanUtils;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
@@ -3344,9 +3345,8 @@ public class WeiXinCorpController {
|
|
}
|
|
}
|
|
sysRoleFunctionService.saveBatch(sysRoleFunctions);
|
|
sysRoleFunctionService.saveBatch(sysRoleFunctions);
|
|
System.out.println("########################################");
|
|
System.out.println("########################################");
|
|
- System.err.println(company.getCompanyName() + "已开通权限;" + sysRoleModules.toString());
|
|
|
|
|
|
+ System.err.println(company.getCompanyName() + "已开通权限;" + sysRoleFunctions.toString());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|