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

删除无效引用

parent 6c0e6787
...@@ -58,9 +58,11 @@ public class NotifyServiceImpl implements INotifyService{ ...@@ -58,9 +58,11 @@ public class NotifyServiceImpl implements INotifyService{
} else { } else {
bizAssetOrderService.finishAssetOrder(assetForm); bizAssetOrderService.finishAssetOrder(assetForm);
//通知规则的引擎将白名单置为失效 //通知规则的引擎将白名单置为失效
if ("1".equals(assetForm.getSpecialUserList())){
notifyRuleEngine(assetForm); notifyRuleEngine(assetForm);
} }
} }
}
private void notifyRuleEngine(AssetForm assetForm) { private void notifyRuleEngine(AssetForm 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