|
|
@@ -91,7 +91,7 @@ public class UserMirrorShopFrontController {
|
|
|
throw BusinessRuntimeException.getInstance("订单不存在");
|
|
|
}
|
|
|
UserMirrorShopFeeOrderDon orderDonView = beanSearcher.searchFirst(UserMirrorShopFeeOrderDon.class, MapUtils.builder()
|
|
|
- .put("orderId", String.format("where id = %s", orderId))
|
|
|
+ .field(UserMirrorShopFeeOrderDon::getId, orderId)
|
|
|
.build());
|
|
|
if (orderDonView == null) {
|
|
|
throw BusinessRuntimeException.getInstance("订单不存在");
|