Commit 9527b5b9 authored by 张永's avatar 张永

1

parent eef4c69a
......@@ -135,7 +135,7 @@ public class OrderServiceImpl implements OrderService {
+ "', '" + addrID + "', '" + orderMemo + "', '" + couponNO + "','" + couponTypeID + "', '', '1', '"
+ (bankType == null ? "" : bankType) + "', '" + (bankAccount == null ? "" : bankAccount) + "', '"
+ bankAccountName + "', '" + revBankType + "', '" + revBankAccount + "', '" + revBankAccountNo
+ "','"+onlinePayTypeID+"' ,'"+payCardNO+"' ";
+ "','0','','"+onlinePayTypeID+"' ,'"+payCardNO+"' ";
List<Map<String, Object>> commitMap = jdbcTemplate.executeMutil(sql).getDatas().get(0);
if (commitMap != null && commitMap.size() > 0 && commitMap.get(0) != null
......
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