Commit fca9bf73 authored by shiyu's avatar shiyu

交换单申请限制36452511用户

parent 590cade7
...@@ -45,7 +45,7 @@ public class ExchangeApplyOrderServiceImpl implements ExchangeApplyOrderService ...@@ -45,7 +45,7 @@ public class ExchangeApplyOrderServiceImpl implements ExchangeApplyOrderService
private static final Logger logger = LoggerFactory.getLogger(ExchangeApplyOrderServiceImpl.class); private static final Logger logger = LoggerFactory.getLogger(ExchangeApplyOrderServiceImpl.class);
private static final List<Long> BLACK_USER_LIST = Arrays.asList(40151043L, 39965054L); private static final List<Long> BLACK_USER_LIST = Arrays.asList(40151043L, 39965054L, 36452511L);
@Autowired @Autowired
ExchangeApplyOrderDetailDao exchangeApplyOrderDetailDao; ExchangeApplyOrderDetailDao exchangeApplyOrderDetailDao;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment