2023年10月20日 修复自动日志状态填错了的问题

This commit is contained in:
bai 2023-10-20 22:15:26 +08:00
parent d56d664164
commit 1fc55cbac1
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class RefreshLiveServer extends BaseSync {
operateLog.setJsbh(x.getJsbh());//教室编号
operateLog.setJsmc(x.getJsmc());//教室名称
operateLog.setOperateType("1");//操作类型打开还是关闭
operateLog.setLogType(2);//日志类型
operateLog.setLogType(1);//日志类型
operateLog.setOperateResultType("0");//调用成功还是失败
try{
String resText = HttpUtil.get(buildUrl);