|
|
@ -183,7 +183,7 @@ public class CustomerFootBarServiceImpl extends BaseServiceImpl<CustomerFootBarD |
|
|
|
entity.setBarName(form.getBarName()); |
|
|
|
entity.setPageTitle(form.getPageTitle()); |
|
|
|
entity.setIconPath(form.getIconPath()); |
|
|
|
|
|
|
|
entity.setFloatIconPath(form.getFloatIconPath()); |
|
|
|
baseDao.updateById(entity); |
|
|
|
|
|
|
|
// 删除缓存中的footbar。若缓存删除失败,则事务回滚,db中的不应该成功
|
|
|
|