|
|
@ -106,9 +106,8 @@ public class GovCustomerMenuServiceImpl extends BaseServiceImpl<GovCustomerMenuD |
|
|
|
|
|
|
|
@Override |
|
|
|
public void saveCustomerMenu(MenuConfigFormDTO formDTO) { |
|
|
|
if (NumConstant.ZERO < formDTO.getCustomerIds().size()) { |
|
|
|
baseDao.deleteBatchTableIds(formDTO.getTableId()); |
|
|
|
|
|
|
|
if (NumConstant.ZERO < formDTO.getCustomerIds().size()) { |
|
|
|
List<GovCustomerMenuEntity> entities = new ArrayList<>(); |
|
|
|
for (String customerId : formDTO.getCustomerIds()) { |
|
|
|
GovCustomerMenuEntity entity = new GovCustomerMenuEntity(); |
|
|
|