|
|
@ -232,7 +232,8 @@ public class CustomerFootBarServiceImpl extends BaseServiceImpl<CustomerFootBarD |
|
|
|
|
|
|
|
@Override |
|
|
|
public void deleteFootBar(String id) { |
|
|
|
baseDao.physicsDeleteById(id); |
|
|
|
CustomerFootBarEntity defaultFootbar = baseDao.selectById(id); |
|
|
|
baseDao.physicsDeleteByAppTypeAndBarKey(defaultFootbar.getAppType(), defaultFootbar.getBarKey()); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|