Commit 5b11b0ca authored by zjy's avatar zjy

user/role/tright 7.3

parent de89b137
......@@ -284,6 +284,7 @@ public class PangdingManagementController {
CheckerHelper.newInstance()
.notBlankCheck("qrCode",reqVo.getQrCode())
.checkException();
System.out.println("change");
return ResponseResult.result(companyServiceImpl.getCompanyByQrCode(reqVo));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment