单据同步时补单单据类型无覆盖问题

fengcang
anthonyywj2 3 years ago
parent 3bf9b3bf48
commit ffce31e79a

@ -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();

Loading…
Cancel
Save