记得上下班打卡 | git大法好,push需谨慎

Commit 2cc676c9 authored by 胡佳晨's avatar 胡佳晨

脚本 消费 和 订单回调 修改

parent 6186e8ad
...@@ -89,6 +89,7 @@ public class BaseDao implements IBaseDao { ...@@ -89,6 +89,7 @@ public class BaseDao implements IBaseDao {
@Override @Override
public Boolean doInTransaction(final TransactionStatus transactionStatus) { public Boolean doInTransaction(final TransactionStatus transactionStatus) {
for (String o : sql) { for (String o : sql) {
log.debug("MYSQL STRING : ", o);
jdbcTemplate.execute(o); jdbcTemplate.execute(o);
} }
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment