Commit 5a30abda authored by 张永's avatar 张永

11

parent 6d31e3dc
......@@ -148,6 +148,7 @@ public class OrderServiceImpl implements OrderService {
+ "','0','','"+onlinePayTypeID+"' ,'"+payCardNO+"' ";
List<Map<String, Object>> commitMap = jdbcTemplate.executeMutil(sql).getDatas().get(0);
logger.info("提交订单:{}, 提交结果: {}",submitObj,GsonUtil.toJson(commitMap));
if (commitMap != null && commitMap.size() > 0 && commitMap.get(0) != null
&& Util.objTo(commitMap.get(0).get("Status"), Integer.class) == 0
&& Util.objTo(commitMap.get(commitMap.size() - 1).get("Status"), Integer.class) == 0) {
......
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