Commit 6846efcc by jscat

nyx javaapp: 字段更新

1. order默认的待支付字段为'10'
parent f6de8fdf
package cn.com.fun.nyxkey.api.service.impl; package cn.com.fun.nyxkey.api.service.impl;
...@@ -384,7 +384,7 @@ public class Rockwell_keyServiceImpl implements Rockwell_keyService { ...@@ -384,7 +384,7 @@ public class Rockwell_keyServiceImpl implements Rockwell_keyService {
rockwell_keyT_order.setOrderId(orderId); rockwell_keyT_order.setOrderId(orderId);
rockwell_keyT_order.setActivityId(activityId); rockwell_keyT_order.setActivityId(activityId);
rockwell_keyT_order.setUserId(userId); rockwell_keyT_order.setUserId(userId);
rockwell_keyT_order.setOrderStatus("01"); rockwell_keyT_order.setOrderStatus("10");
rockwell_keyT_order.setPaymentType("01"); rockwell_keyT_order.setPaymentType("01");
rockwell_keyT_order.setTotalPrice(totalPrice); rockwell_keyT_order.setTotalPrice(totalPrice);
rockwell_keyT_order.setTotalCount(totalCount); rockwell_keyT_order.setTotalCount(totalCount);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论