|
|
@@ -175,7 +175,7 @@ public class Accountbalance extends BaseClass {
|
|
|
Rows accountclassrows = controller.dbConnect.runSqlQuery("select * from sa_accountclass where siteid='" + controller.siteid + "' and sa_accountclassid=" + sa_accountclassid);
|
|
|
if (!accountclassrows.isEmpty()) {
|
|
|
String content = "您的" + accountclassrows.get(0).getString("accountname") + "已收入【" + cashbillEntity.getAmount() + "】元";
|
|
|
- new Accountbalance().sendMsg(controller, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
+ //new Accountbalance().sendMsg(controller, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
}
|
|
|
|
|
|
} else {
|
|
|
@@ -266,7 +266,7 @@ public class Accountbalance extends BaseClass {
|
|
|
Rows accountclassrows = dbConnect.runSqlQuery("select * from sa_accountclass where siteid='" + userInfo.getSiteId() + "' and sa_accountclassid=" + sa_accountclassid);
|
|
|
if (!accountclassrows.isEmpty()) {
|
|
|
String content = "您的" + accountclassrows.get(0).getString("accountname") + "已支出【" + cashbillEntity.getAmount() + "】元";
|
|
|
- new Accountbalance().sendMsg(dbConnect, userInfo, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
+ //new Accountbalance().sendMsg(dbConnect, userInfo, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
}
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("siteid",userInfo.getSiteId());
|
|
|
@@ -348,7 +348,7 @@ public class Accountbalance extends BaseClass {
|
|
|
Rows accountclassrows = controller.dbConnect.runSqlQuery("select * from sa_accountclass where siteid='" + controller.siteid + "' and sa_accountclassid=" + sa_accountclassid);
|
|
|
if (!accountclassrows.isEmpty()) {
|
|
|
String content = "您的" + accountclassrows.get(0).getString("accountname") + "已支出【" + cashbillEntity.getAmount() + "】元";
|
|
|
- new Accountbalance().sendMsg(controller, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
+ //new Accountbalance().sendMsg(controller, content, cashbillEntity.getOwnerid(), sys_enterpriseid);
|
|
|
}
|
|
|
} else {
|
|
|
sqlFactory.addParameter("status", "新建");
|