记得上下班打卡 | git大法好,push需谨慎

Commit e7371780 authored by 胡佳晨's avatar 胡佳晨

修改 sql

parent 04fde803
......@@ -262,10 +262,10 @@ public class TempServiceImpl implements IKylinTempService {
queueUtils.sendMsgByRedis(MQConst.KylinQueue.SQL_STATION.getKey(),
SqlMapping.get("kylin_order_ticket_entities.update_status_bystation_pad", paramsList));
} else {
return ResponseDto.success();
return ResponseDto.success(voList);
}
return ResponseDto.success(voList);
}catch (Exception e){
} catch (Exception e) {
e.printStackTrace();
return ResponseDto.success(voList);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment