修改交班落地数据逻辑

This commit is contained in:
19991905653 2024-04-03 10:59:04 +08:00
parent a2f467038b
commit 5448bd6c49
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class DutyService {
@Transactional(rollbackFor = Exception.class)
public void exect(String message) {
try {
System.out.println("数据落地开始");
System.out.println("数据落地开始:"+message);
JSONObject jsonObject = JSON.parseObject(message);
String token = jsonObject.getString("token");
String type = jsonObject.getString("type");