|
|
@@ -197,7 +197,7 @@ public class WfMeetingApplyController {
|
|
|
@SaCheckPermission("wfmeetingapply:detail")
|
|
|
@XjrLog(value = "会议签到二维码-生成二维码")
|
|
|
public RT<String> qrcode(@RequestParam Long id) throws Exception {
|
|
|
- String url = commonPropertiesConfig.getDomainApp() + "/pages/meeting/permissions?id=" + id + "&type=1";
|
|
|
+ String url = commonPropertiesConfig.getDomainApp() + "/pages/meeting/permissions?id=" + id + "&type=0";
|
|
|
int width = 400;
|
|
|
int height = 400;
|
|
|
int margin = 1;
|