feat:POS
This commit is contained in:
@@ -142,7 +142,7 @@ public class ShopAccountServiceImpl implements ShopAccountService {
|
||||
throw new ServiceException(ErrorCodeEnum.CURRENT_STATUS_NOT_OPERATION);
|
||||
}
|
||||
//同一份数据到新管家
|
||||
List<String> list = Arrays.asList(shopAccountDO.getSystemName());
|
||||
List<String> list = new ArrayList<>(Arrays.asList(shopAccountDO.getSystemName()));
|
||||
if (ShopAccountEnum.YLS.equals(accountAuditDTO.getShopAccountEnum())){
|
||||
list.add(ShopAccountEnum.XZG.getSystemName());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user