system-phone 3.0.21 → 3.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.21",
3
+ "version": "3.0.22",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -155,7 +155,7 @@
155
155
  return
156
156
  }
157
157
  window.setInterval(() => {
158
- let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString()+ "' or f_state = '公告中') "
158
+ let condition = " 1 = 1 and (f_enddate >= '" + Util.toStandardTimeString()+ "' or f_state = '公告中') "
159
159
  let val = {
160
160
  items: "*",
161
161
  tablename: "T_STOPGAS",
@@ -215,7 +215,7 @@
215
215
  })
216
216
  },
217
217
  timeOutGetInfoNum() {
218
- let condition = " 1 = 1 and (f_enddate <= '" + Util.toStandardTimeString() + "' or f_state = '公告中') "
218
+ let condition = " 1 = 1 and (f_enddate >= '" + Util.toStandardTimeString() + "' or f_state = '公告中') "
219
219
  let val = {
220
220
  items: "*",
221
221
  tablename: "T_STOPGAS",