Sfoglia il codice sorgente

修复:降雨量判断条件

zhaiyifei 2 anni fa
parent
commit
dec12d7680
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bigdata_django/zhijian/qxz_zhijian_new.py

+ 1 - 1
bigdata_django/zhijian/qxz_zhijian_new.py

@@ -346,7 +346,7 @@ function(values_list){{
 
     def get_cond_115(self, ek):
         """获取降雨量累计条件"""
-        cond = self.template_func(ek, "0 <= v")
+        cond = self.template_func(ek, "0 < v")
         return cond
 
     def get_cond_123(self, ek):