佣金定时

This commit is contained in:
liuzhao 2018-08-20 16:04:14 +08:00
parent 195a5b322a
commit 3f1a3f6b9f

View File

@ -27,8 +27,8 @@ public class Commission implements Job{
tx= JBOFactory.createJBOTransaction();
Sqlca=Transaction.createTransaction(tx);
//String sql="{CALL proc_insert_jlyj_his("+"'"+startime+"'"+","+"'"+startime+"'"+")};";
String sql="{CALL proc_insert_jlyj_his('2018/10/30','2018/10/30')};";
String sql="{CALL proc_insert_jlyj_his("+"'"+startime+"'"+","+"'"+startime+"'"+")};";
//String sql="{CALL proc_insert_jlyj_his('2018/10/30','2018/10/30')};";
SqlObject asql = new SqlObject(sql);
Sqlca.executeSQL(asql);
tx.commit();