佣金定时
This commit is contained in:
parent
195a5b322a
commit
3f1a3f6b9f
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user