fix:获取云流水免登token接口处理不存在老店数据的门店

This commit is contained in:
wangff
2025-11-03 14:57:13 +08:00
parent 22e7aa07e8
commit c0d76eda61
3 changed files with 23 additions and 1 deletions

View File

@@ -40,4 +40,8 @@ public class OldShopDAO {
List<OldShopDO> list = oldShopMapper.selectByExample(example);
return list.isEmpty() ? null : list.get(0);
}
public void insertSelective(OldShopDO oldShopDO) {
oldShopMapper.insertSelective(oldShopDO);
}
}