Skip to content

Commit 787951d

Browse files
author
xlinliu
committed
update use.rundate to msg.receive.use.rundate
1 parent 73e1a92 commit 787951d

File tree

1 file changed

+1
-1
lines changed
  • dss-appconn/appconns/dss-eventchecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/eventchecker/entity

1 file changed

+1
-1
lines changed

dss-appconn/appconns/dss-eventchecker-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/eventchecker/entity/EventChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class EventChecker implements Runnable{
4545
public final static String SAVE_KEY="msg.savekey";
4646
public final static String USER_TIME="msg.init.querytime";
4747
public final static String TODAY="only.receive.today";
48-
public final static String USE_RUN_DATE ="use.rundate";
48+
public final static String USE_RUN_DATE ="msg.receive.use.rundate";
4949
public final static String AFTERSEND="msg.after.send";
5050

5151
private Properties p;

0 commit comments

Comments
 (0)