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