|
@@ -359,7 +359,7 @@ public class XxlJobService {
|
|
|
String sql = String.format("SELECT count(*) FROM push_message_callback WHERE pt = %s;", pt);
|
|
|
List<Record> recordList = odpsManager.query(sql);
|
|
|
if (CollectionUtil.isEmpty(recordList)) {
|
|
|
- LarkRobotUtil.sendMessage("查询hive是失败" + pt);
|
|
|
+ LarkRobotUtil.sendMessage("查询hive失败" + pt);
|
|
|
return ReturnT.FAIL;
|
|
|
}
|
|
|
Long hiveCount = recordList.get(0).getBigint(0);
|