打印设备考勤信息
This commit is contained in:
parent
8032c41e6e
commit
58b61cd336
@ -36,6 +36,7 @@ public class AttendanceEquipmentController {
|
|||||||
JSONObject content = new JSONObject();
|
JSONObject content = new JSONObject();
|
||||||
content.set("voice_code", -2);
|
content.set("voice_code", -2);
|
||||||
result.set("Content", content);
|
result.set("Content", content);
|
||||||
|
log.info("verifyUser: {}", object);
|
||||||
try {
|
try {
|
||||||
String sn = object.getStr("sn");
|
String sn = object.getStr("sn");
|
||||||
String userId = object.getStr("user_id");
|
String userId = object.getStr("user_id");
|
||||||
@ -54,4 +55,4 @@ public class AttendanceEquipmentController {
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user