|
@@ -368,7 +368,7 @@ class BaseDataMonitor():
|
|
|
columns_to_get=ColumnsToGet(return_type=ColumnReturnType.NONE))
|
|
|
|
|
|
total_count = total_count_doc+total_count_sp
|
|
|
- if not (current_hour in ("0","23","24")):
|
|
|
+ if not (current_hour in ("00","23","24")):
|
|
|
_msg = "拟在建生成报警:当天生成的拟在建数量为:%d,其中公告生成:%d,审批项目生成:%d"%(total_count,total_count_doc,total_count_sp)
|
|
|
atAll=False
|
|
|
if total_count==0:
|