Commit 0037e86a authored by 郑建's avatar 郑建

删除无效引用

parent 6c0e6787
...@@ -58,7 +58,9 @@ public class NotifyServiceImpl implements INotifyService{ ...@@ -58,7 +58,9 @@ public class NotifyServiceImpl implements INotifyService{
} else { } else {
bizAssetOrderService.finishAssetOrder(assetForm); bizAssetOrderService.finishAssetOrder(assetForm);
//通知规则的引擎将白名单置为失效 //通知规则的引擎将白名单置为失效
notifyRuleEngine(assetForm); if ("1".equals(assetForm.getSpecialUserList())){
notifyRuleEngine(assetForm);
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment