|
@@ -889,7 +889,8 @@ public class OrderClothItemController extends BaseController {
|
|
|
OrderClothItem orderClothItem = orderClothItemService.getOne(queryWrapper
|
|
|
);
|
|
|
if (orderClothItem == null) {
|
|
|
- throw new ServiceException("未查询到数据");
|
|
|
+ return R.ok();
|
|
|
+// throw new ServiceException("未查询到数据");
|
|
|
}
|
|
|
OrderClothItemVO orderClothItemVO = new OrderClothItemVO();
|
|
|
BeanUtils.copyProperties(orderClothItem, orderClothItemVO);
|