handle exception
This commit is contained in:
@@ -206,7 +206,7 @@ public class BuyOrderController {
|
||||
Set<String> sn_no = new HashSet<String>();
|
||||
for (BuyOrderDetail buyOrderDetail : orderDetail) {
|
||||
resultOrder.add(buyOrderDetail);
|
||||
sn_no.add(buyOrderDetail.getExpressOrderId());
|
||||
// sn_no.add(buyOrderDetail.getExpressOrderId());
|
||||
}
|
||||
|
||||
UserRecordEntity userRecordEntity = userRecordService.getBaseMapper().selectOne(new QueryWrapper<UserRecordEntity>()
|
||||
|
||||
Reference in New Issue
Block a user