mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-08 02:16:49 +08:00
添加日志
This commit is contained in:
@@ -162,6 +162,7 @@ public class CourseWareApi extends ApiBaseController {
|
||||
String time = signStr.substring(0, signStr.indexOf("/"));// 时间字符中,long
|
||||
String workNum = signStr.substring(2, signStr.indexOf("/"));// 工号,long
|
||||
String cfid = signStr.substring(index+1);// 文件路径
|
||||
log.info("解密后的字符串:"+signStr);
|
||||
log.info("workNum工号对比:"+workNum);
|
||||
log.info("userNo工号对比:"+userNo);
|
||||
if (!workNum.equals(userNo)){
|
||||
|
||||
Reference in New Issue
Block a user