记得上下班打卡 | git大法好,push需谨慎

Commit 960cfb25 authored by 胡佳晨's avatar 胡佳晨

修改正在下单 出货详情

parent 228d56c8
......@@ -100,8 +100,8 @@ public class GoblinAppZhengzaiController {
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "marketId", value = "活动id", example = "1"),
})
public ResponseDto<Boolean> orderPush(@RequestParam("offCode") @Valid String offCode,
@RequestParam("marketId") @Valid String marketId) {
return goblinAppZhengzaiService.orderPush(offCode,marketId);
@RequestParam("marketId") @Valid String marketId) {
return goblinAppZhengzaiService.orderPush(offCode, marketId);
}
@PostMapping("orderPushDetails")
......@@ -113,7 +113,7 @@ public class GoblinAppZhengzaiController {
})
public ResponseDto<List<GoblinZhengzaiPushVo>> orderPushDetails(@RequestParam("offCode") @Valid String offCode,
@RequestParam("marketId") @Valid String marketId) {
return goblinAppZhengzaiService.orderPushDetails(offCode,marketId);
return goblinAppZhengzaiService.orderPushDetails(offCode, "ZZ" + marketId);
}
@PostMapping("orderBind")
......@@ -136,7 +136,7 @@ public class GoblinAppZhengzaiController {
@ApiImplicitParam(type = "form", required = true, dataType = "String", name = "mailId", value = "mailId", example = "1"),
})
public ResponseDto<List<GoblinMailVo>> getMail(@RequestParam("orderId") @Valid String orderId,
@RequestParam("mailId") @Valid String mailId) {
return goblinOrderService.getMail(orderId,mailId);
@RequestParam("mailId") @Valid String mailId) {
return goblinOrderService.getMail(orderId, mailId);
}
}
......@@ -173,6 +173,7 @@ public class GoblinAppZhengzaiServiceImpl implements IGoblinAppZhengzaiService {
vo.setSkuSpecs(skuInfoVo.getSkuSpecs());
vo.setSpuName(skuInfoVo.getSpuName());
vo.setStatus(skuInfoVo.getStatus());
listVo.add(vo);
}
}
}
......
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