Explorar o código

打款凭证重复发送消息

郭齐峰 %!s(int64=2) %!d(string=hai) anos
pai
achega
fde1fd7698

+ 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();
     }