12/11
This commit is contained in:
@@ -330,7 +330,8 @@ public class LpkReserveOrderService extends MybatisBaseService<LpkReserveOrderMa
|
|||||||
if (!exportList.isEmpty()) {
|
if (!exportList.isEmpty()) {
|
||||||
exportList.forEach(s -> {
|
exportList.forEach(s -> {
|
||||||
if (StringUtils.isNotBlank(s.getUserPhone())) {
|
if (StringUtils.isNotBlank(s.getUserPhone())) {
|
||||||
String phone = s.getUserPhone().substring(0, 3) + "****" + s.getUserPhone().substring(7);
|
// String phone = s.getUserPhone().substring(0, 3) + "****" + s.getUserPhone().substring(7);
|
||||||
|
String phone = s.getUserPhone();
|
||||||
s.setUserPhone(phone);
|
s.setUserPhone(phone);
|
||||||
}
|
}
|
||||||
List<LpkReserveOrderGoods> orderGoods = lpkReserveOrderGoodsService.selByOrderSid(s.getSid());
|
List<LpkReserveOrderGoods> orderGoods = lpkReserveOrderGoodsService.selByOrderSid(s.getSid());
|
||||||
|
|||||||
Reference in New Issue
Block a user