自定义超市订单
This commit is contained in:
@ -327,6 +327,7 @@ public class StoreOrderServiceImpl implements StoreOrderService {
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public String customize(StoreOrderDto dto) {
|
||||
|
||||
MemberUserDO user = userService.getUserByMobile(dto.getJwt());
|
||||
|
Reference in New Issue
Block a user