Browse Source

打款凭证重复发送消息

郭齐峰 2 years ago
parent
commit
fde1fd7698
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/custom/restcontroller/webmanage/sale/paybill/Paybill.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/paybill/Paybill.java

@@ -275,7 +275,7 @@ public class Paybill extends Controller {
             Accountbalance.remindSend(this, sys_enterpriseid, sa_cashbillid);
 
             String message = "您的打款凭证已审核通过,【" + row.getString("accountname") + "】账户已成功充值【" + amount + "】元";
-            sendMsg(message, sa_paybillid, sys_enterpriseid);
+//            sendMsg(message, sa_paybillid, sys_enterpriseid);
         }
         return getSucReturnObject().toString();
     }