|
@@ -33,9 +33,9 @@ public class PaymentBillListPlugin extends AbstractListPlugin {
|
|
|
}
|
|
|
|
|
|
if(StringUtils.isEmpty(message)){
|
|
|
- this.getView().showTipNotification("资金支付状态同步完成!");
|
|
|
+ this.getView().showSuccessNotification("资金支付状态同步完成!");
|
|
|
} else {
|
|
|
- this.getView().showTipNotification(message);
|
|
|
+ this.getView().showErrorNotification(message);
|
|
|
}
|
|
|
|
|
|
this.getView().invokeOperation("refresh");
|