|
|
|
@ -385,7 +385,7 @@ public class DlBasicService {
|
|
|
|
|
BussinessLocalTypeEntity bussinessTypeEntity = new BussinessLocalTypeEntity();
|
|
|
|
|
BeanUtils.copyProperties(spsBusLoclTypeResponse, bussinessTypeEntity);
|
|
|
|
|
bussinessTypeEntity.setUpdateTime(null);
|
|
|
|
|
bussinessChangeTypeService.deleteByAction(spsBusLoclTypeResponse.getAction());
|
|
|
|
|
bussinessChangeTypeService.deleteByLocaAction(spsBusLoclTypeResponse.getAction());
|
|
|
|
|
mapper.insertBussinessType(bussinessTypeEntity);
|
|
|
|
|
}
|
|
|
|
|
batchSession.commit();
|
|
|
|
|