Browse Source

Merge remote-tracking branch 'origin/master'

zhongwei
haungxing 7 months ago
parent
commit
3575186ebf
  1. 2
      hzims-service/hzims-big-model/src/main/java/com/hnac/hzims/bigmodel/schedule/InteractiveSchedule.java

2
hzims-service/hzims-big-model/src/main/java/com/hnac/hzims/bigmodel/schedule/InteractiveSchedule.java

@ -65,8 +65,6 @@ public class InteractiveSchedule {
private final IStationClient stationClient; private final IStationClient stationClient;
private final static String HZIMS_BIGMODEL_ASK_KEY = "hzims:bigmodel:ask:key";
// @XxlJob(GET_INTERACTIVE_RESULT) // @XxlJob(GET_INTERACTIVE_RESULT)
// public ReturnT execute(String params) { // public ReturnT execute(String params) {
// String resultKey = ParamCache.getValue(GET_INTERACTIVE_RESULT); // String resultKey = ParamCache.getValue(GET_INTERACTIVE_RESULT);

Loading…
Cancel
Save