提交 2617acea authored 作者: 吴德鹏's avatar 吴德鹏

订单

上级 3e433366
...@@ -8,6 +8,7 @@ import com.platform.utils.PageUtils; ...@@ -8,6 +8,7 @@ import com.platform.utils.PageUtils;
import com.platform.utils.Query; import com.platform.utils.Query;
import com.platform.utils.R; import com.platform.utils.R;
import com.platform.vo.*; import com.platform.vo.*;
import org.apache.commons.lang3.StringUtils;
import org.apache.shiro.authz.annotation.RequiresPermissions; import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
...@@ -363,9 +364,10 @@ public class TbCfOrderController extends AbstractController { ...@@ -363,9 +364,10 @@ public class TbCfOrderController extends AbstractController {
@PutMapping("/setToTestOrder") @PutMapping("/setToTestOrder")
@ResponseBody @ResponseBody
public R setToTestOrder(@RequestParam("tested") String tested, public R setToTestOrder(@RequestParam(value = "tested", required = false) String tested,
@RequestParam("orderId") String orderId) { @RequestParam("orderId") String orderId) {
tbCfOrderListService.setToTestOrder(tested,orderId);
tbCfOrderListService.setToTestOrder(tested, orderId);
return R.ok(); return R.ok();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论