|
@@ -266,7 +266,7 @@ public class creditbill extends Controller {
|
|
|
// content.put("sa_creditbillid", sa_creditbillid);
|
|
// content.put("sa_creditbillid", sa_creditbillid);
|
|
|
sqlList.add(sqlFactory.getSQL());
|
|
sqlList.add(sqlFactory.getSQL());
|
|
|
} else {
|
|
} else {
|
|
|
- sqlList.add("update sa_accountbalance set creditquota=creditquota+" + creditquota
|
|
|
|
|
|
|
+ sqlList.add("update sa_accountbalance set creditquota=" + creditquota
|
|
|
+ ",changedate=CURRENT_TIME,changeby ='" + username + "',changeuserid='" + userid
|
|
+ ",changedate=CURRENT_TIME,changeby ='" + username + "',changeuserid='" + userid
|
|
|
+ "' where sys_enterpriseid ='" + sys_enterpriseid + "' and sa_accountclassid='"
|
|
+ "' where sys_enterpriseid ='" + sys_enterpriseid + "' and sa_accountclassid='"
|
|
|
+ sa_accountclassid + "' and siteid='" + siteid + "'");
|
|
+ sa_accountclassid + "' and siteid='" + siteid + "'");
|