Browse Source

登录提示更新

wangxuan 1 month ago
parent
commit
96716a6d56

+ 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();
 }