xiatian 4 年之前
父节点
当前提交
3d9e49296e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      themis-exam/src/main/java/com/qmth/themis/exam/api/TEQrcodeController.java

+ 1 - 1
themis-exam/src/main/java/com/qmth/themis/exam/api/TEQrcodeController.java

@@ -43,7 +43,7 @@ public class TEQrcodeController {
 			throw new BusinessException("source不能为空");
 		}
 		if (!Source.MOBILE_FIRST.equals(param.getSource())
-				&& !Source.MOBILE_FIRST.equals(param.getSource())) {
+				&& !Source.MOBILE_SECOND.equals(param.getSource())) {
 			throw new BusinessException("source 错误");
 		}
 		return ResultUtil.ok(qrcodeService.mobileMonitor(param));