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