0027005599 2 gadi atpakaļ
vecāks
revīzija
e74c473bac

+ 3 - 0
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/ruleengine/FactorEnchangeFactory.java

@@ -158,6 +158,9 @@ public class FactorEnchangeFactory {
                         if (result) {
                             insertWarningDetail(localMap, medicalInsRuleInfo, audit, itemList);
                         }else{
+                            /**
+                             * 调试开关,开启就会预警
+                             */
                             Object debugSwitch = redisTemplate.opsForValue().get("DEBUG_SWITCH");
                             if(null != debugSwitch) {
                                 insertWarningDetail(localMap, medicalInsRuleInfo, audit, itemList);