Commit ce46b7a0 by 罗承锋

更新kdorderid数据

parent c53af81f
...@@ -7,6 +7,7 @@ import com.winsun.bean.*; ...@@ -7,6 +7,7 @@ import com.winsun.bean.*;
import com.winsun.mapper.*; import com.winsun.mapper.*;
import com.winsun.utils.EThreeDES; import com.winsun.utils.EThreeDES;
import com.winsun.utils.MD5Utils; import com.winsun.utils.MD5Utils;
import com.winsun.utils.RandomUtil;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
...@@ -212,7 +213,7 @@ public class SyncController { ...@@ -212,7 +213,7 @@ public class SyncController {
order.setUserType("11"); // 订单类型:无人厅 order.setUserType("11"); // 订单类型:无人厅
order.setKapin("宽带办理"); order.setKapin("宽带办理");
order.setUserSchool(school.get("school_name").toString()); order.setUserSchool(school.get("school_name").toString());
// order.setKdOrderId(orderView.getOrderSeq().toString()); order.setKdOrderId(RandomUtil.RandomNumber(20));
order.setHehuorenPhone(sysUser.getPhone()); order.setHehuorenPhone(sysUser.getPhone());
order.setHehuorenSchool(school.get("school_name").toString()); order.setHehuorenSchool(school.get("school_name").toString());
order.setHehuorenName(sysUser.getName()); order.setHehuorenName(sysUser.getName());
......
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