浏览代码

登录提示更新

wangxuan 1 月之前
父节点
当前提交
96716a6d56
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      business-common/src/main/java/com/rongwei/bscommon/sys/dao/ZhcxApiDao.java

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/dao/ZhcxApiDao.java

@@ -90,6 +90,6 @@ public interface ZhcxApiDao {
 
     @Select("SELECT x.MESSAGE \n" +
             "FROM INCONTROL.ZHCX_NOTIFICATIONS x\n" +
-            "WHERE TRUNC(RELEASEDATE) = TRUNC(SYSDATE) AND DELETED = '0' AND ISEFFECTIVE = '1' ORDER BY MODIFYDATE DESC LIMIT 1")
+            "WHERE DELETED = '0' AND ISEFFECTIVE = '1' ORDER BY MODIFYDATE DESC LIMIT 1")
     String getTodeyNotice();
 }