|
|
@@ -67,10 +67,11 @@ public class UserOrderController extends BaseController {
|
|
|
}
|
|
|
shdz= JSON.toJSONString(usadd);
|
|
|
}
|
|
|
-// createOrderParent(input,Long.valueOf(id),shdz);
|
|
|
+ createOrderParent(input,Long.valueOf(id),shdz);
|
|
|
createOrderChild(input,Long.valueOf(id),Long.valueOf(id),shdz);
|
|
|
|
|
|
OrderParent result = orderParentService.getOne(new LambdaQueryWrapper<OrderParent>().eq(OrderParent::getDdId, input.getDdId().toString()));
|
|
|
+ System.out.println("创建返回信息:"+result);
|
|
|
return super.success(result);
|
|
|
}
|
|
|
|