修改交班落地数据逻辑
This commit is contained in:
parent
a2f467038b
commit
5448bd6c49
|
|
@ -45,7 +45,7 @@ public class DutyService {
|
||||||
@Transactional(rollbackFor = Exception.class)
|
@Transactional(rollbackFor = Exception.class)
|
||||||
public void exect(String message) {
|
public void exect(String message) {
|
||||||
try {
|
try {
|
||||||
System.out.println("数据落地开始");
|
System.out.println("数据落地开始:"+message);
|
||||||
JSONObject jsonObject = JSON.parseObject(message);
|
JSONObject jsonObject = JSON.parseObject(message);
|
||||||
String token = jsonObject.getString("token");
|
String token = jsonObject.getString("token");
|
||||||
String type = jsonObject.getString("type");
|
String type = jsonObject.getString("type");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue