修改bug

This commit is contained in:
hzj
2024-10-21 11:40:33 +08:00
parent edc2453da2
commit a83ab8b141

View File

@@ -457,7 +457,7 @@ public class PortableOfflLogServiceImpl extends ServiceImpl<PortableOfflLogMappe
}
}
nowStep++;
String json = "{allStep:"+uploadDataParam.getFiles().size()+",nowStep:"+nowStep+"}";
String json = "{operate:makeUp,"+"allStep:"+uploadDataParam.getFiles().size()+",nowStep:"+nowStep+"}";
publisher.send("/dataOnlineRecruitment/Progress/" + uploadDataParam.getLineId(), new Gson().toJson(json), 1, false);
//无需解析的不需要记录