Merge branch 'feature' of https://gitee.com/liuyingfang/cashier-admin into feature

# Conflicts:
#	eladmin-common/src/main/java/cn/ysk/cashier/config/RedisConfig.java
#	eladmin-system/src/main/java/cn/ysk/cashier/controller/order/TbOrderInfoController.java
#	eladmin-system/src/main/java/cn/ysk/cashier/dto/order/TbOrderInfoDto.java
This commit is contained in:
liuyingfang
2024-03-05 09:57:41 +08:00
15 changed files with 140 additions and 67 deletions

View File

@@ -209,6 +209,12 @@ public class TbShopInfoServiceImpl implements TbShopInfoService {
tbShopInfoRepository.save(tbShopInfo);
}
@Override
@Transactional(rollbackFor = Exception.class)
public void update(String account) {
tbShopInfoRepository.updateByAcc(account);
}
@Override
public void deleteAll(Integer[] ids) {
for (Integer id : ids) {

View File

@@ -69,6 +69,8 @@ public interface TbShopInfoService {
*/
void update(TbShopInfo resources);
void update(String account);
/**
* 多选删除
* @param ids /