|
|
@@ -153,7 +153,7 @@ public class ClientService extends AbstractBaseEntityService<Client, Long, Clien |
|
|
|
// ); |
|
|
|
// } |
|
|
|
|
|
|
|
// BeanUtils.copyProperties(req,instance); |
|
|
|
BeanUtils.copyProperties(req,instance); |
|
|
|
// if(!instance.getReminderFlag()){ |
|
|
|
// instance.setReminderThreshold((long) 0); |
|
|
|
// instance.setReminderInterval((long) 0); |
|
|
@@ -173,7 +173,7 @@ public class ClientService extends AbstractBaseEntityService<Client, Long, Clien |
|
|
|
// } |
|
|
|
// //=====GET OLD AUDIT LOG=====// |
|
|
|
|
|
|
|
// instance = save(instance); |
|
|
|
instance = save(instance); |
|
|
|
// Long eventId = instance.getId(); |
|
|
|
// updateSubDivision(req.getSubDivisionIds(),req.getSubDivisionRemoveIds(),eventId); |
|
|
|
|
|
|
|